#2C2475
A dark, moderate blue closely aligning with Midnightblue.
About #2C2475
Visually, #2C2475 is defined as a moderate blue. Its closest recognized web color is Midnightblue. In the RGB color space, it consists of 44 red, 36 green, and 117 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 62% cyan, 69% magenta, 0% yellow, and 54% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C2475
RGB44, 36, 117
HSL245.9°, 52.9%, 30.0%
CMYK62%, 69%, 0%, 54%
HSV245.9°, 69.2%, 45.9%
LAB20.4, 29.1, -45.3
XYZ4.9, 3.1, 17.2
Decimal2892917
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.99:1
Text on #FFFFFF
AAA
1.62:1
Text on #000000
FAIL
12.42:1
Text on #F8FAFC
AAA
1.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C2475;
}
.text-color {
color: #2C2475;
}
.border-color {
border: 2px solid #2C2475;
}