#2C1D92
A dark, moderate blue closely aligning with Navy.
About #2C1D92
The hex code #2C1D92 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Navy. This translates to an RGB value of rgb(44, 29, 146).
Translating this color to physical media requires the CMYK color model. The color uses 70% Cyan, 80% Magenta, 0% Yellow, and 43% Black. The HSL representation is 247.7° hue, 66.9% saturation, and 34.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C1D92
RGB44, 29, 146
HSL247.7°, 66.9%, 34.3%
CMYK70%, 80%, 0%, 43%
HSV247.7°, 80.1%, 57.3%
LAB21.9, 42.8, -61.1
XYZ6.7, 3.5, 27.5
Decimal2891154
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.37:1
Text on #FFFFFF
AAA
1.70:1
Text on #000000
FAIL
11.82:1
Text on #F8FAFC
AAA
1.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C1D92;
}
.text-color {
color: #2C1D92;
}
.border-color {
border: 2px solid #2C1D92;
}