#2499A0
A dark, moderate cyan closely aligning with Darkcyan.
About #2499A0
When working with digital screens, the color #2499A0 is rendered by mixing light. It is closely associated with the named CSS color Darkcyan. In the RGB color space, it consists of 36 red, 153 green, and 160 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 78% C, 4% M, 0% Y, and 37% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2499A0
RGB36, 153, 160
HSL183.4°, 63.3%, 38.4%
CMYK78%, 4%, 0%, 37%
HSV183.4°, 77.5%, 62.7%
LAB57.7, -28.3, -12.7
XYZ18.5, 25.7, 37.2
Decimal2398624
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.42:1
Text on #FFFFFF
AA Large
6.14:1
Text on #000000
AA
3.27:1
Text on #F8FAFC
AA Large
5.22:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2499A0;
}
.text-color {
color: #2499A0;
}
.border-color {
border: 2px solid #2499A0;
}