#248A7C
A dark, moderate cyan closely aligning with Darkcyan.
About #248A7C
At its core, #248A7C is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkcyan. This translates to an RGB value of rgb(36, 138, 124).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 74% cyan and 0% magenta inks. The HSL representation is 171.8° hue, 58.6% saturation, and 34.1% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#248A7C
RGB36, 138, 124
HSL171.8°, 58.6%, 34.1%
CMYK74%, 0%, 10%, 46%
HSV171.8°, 73.9%, 54.1%
LAB51.8, -31.9, -0.8
XYZ13.5, 20.0, 22.2
Decimal2394748
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.20:1
Text on #FFFFFF
AA Large
5.00:1
Text on #000000
AA
4.01:1
Text on #F8FAFC
AA Large
4.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #248A7C;
}
.text-color {
color: #248A7C;
}
.border-color {
border: 2px solid #248A7C;
}