#2C248A
A dark, moderate blue closely aligning with Midnightblue.
About #2C248A
When working with digital screens, the color #2C248A is rendered by mixing light. Designers often compare it to the standard color Midnightblue. Its digital footprint relies on 44 parts red, 36 parts green, and 138 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 68% Cyan, 74% Magenta, 0% Yellow, and 46% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#2C248A
RGB44, 36, 138
HSL244.7°, 58.6%, 34.1%
CMYK68%, 74%, 0%, 46%
HSV244.7°, 73.9%, 54.1%
LAB22.4, 36.3, -55.3
XYZ6.3, 3.6, 24.4
Decimal2892938
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.16:1
Text on #FFFFFF
AAA
1.73:1
Text on #000000
FAIL
11.63:1
Text on #F8FAFC
AAA
1.47:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C248A;
}
.text-color {
color: #2C248A;
}
.border-color {
border: 2px solid #2C248A;
}