#24757C
A dark, moderate cyan closely aligning with Teal.
About #24757C
When working with digital screens, the color #24757C is rendered by mixing light. Designers often compare it to the standard color Teal. This translates to an RGB value of rgb(36, 117, 124).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 71% Cyan, 6% Magenta, 0% Yellow, and 51% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#24757C
RGB36, 117, 124
HSL184.8°, 55.0%, 31.4%
CMYK71%, 6%, 0%, 51%
HSV184.8°, 71.0%, 48.6%
LAB45.0, -21.4, -10.9
XYZ10.7, 14.6, 21.3
Decimal2389372
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.37:1
Text on #FFFFFF
AA
3.91:1
Text on #000000
AA Large
5.13:1
Text on #F8FAFC
AA
3.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #24757C;
}
.text-color {
color: #24757C;
}
.border-color {
border: 2px solid #24757C;
}