#248375
A dark, moderate cyan closely aligning with Teal.
About #248375
At its core, #248375 is a dark and moderate hue. It is closely associated with the named CSS color Teal. This translates to an RGB value of rgb(36, 131, 117).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 73% cyan, 0% magenta, 11% yellow, and 49% black. The HSL representation is 171.2° hue, 56.9% saturation, and 32.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#248375
RGB36, 131, 117
HSL171.2°, 56.9%, 32.7%
CMYK73%, 0%, 11%, 49%
HSV171.2°, 72.5%, 51.4%
LAB49.4, -30.5, -0.3
XYZ12.1, 17.9, 19.6
Decimal2392949
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.59:1
Text on #FFFFFF
AA
4.58:1
Text on #000000
AA
4.38:1
Text on #F8FAFC
AA Large
3.89:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #248375;
}
.text-color {
color: #248375;
}
.border-color {
border: 2px solid #248375;
}