Charcoal (Neutral)
#272D4A
RGB: 39, 45, 74
Color OverviewHEX #272D4A

#272D4A Color Code Information

In the RGB color space, #272D4A is composed of 15% red, 18% green, and 29% blue. In the HSL color space, it has a hue of 230°, saturation of 31%, and lightness of 22%.

HEX
#272D4A
RGB
39, 45, 74
HSL
230°, 31%, 22%
HSV
230°, 47%, 29%
CMYK
47%, 39%, 0%, 71%
Name Match
Charcoal
Closest Standard

Shades of #272D4A (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #272D4A (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #272D4A (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #272D4A

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #272D4A Background
Contrast Ratio against Pure White (#FFFFFF):13.46 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #272D4A Background
Contrast Ratio against Pure Black (#000000):1.56 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #272D4A;
}

.element {
  color: #272D4A;
  background-color: #272D4A;
  border-color: #272D4A;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#272D4A] text-[#272D4A] border-[#272D4A]">
  Content styled with #272D4A
</div>