#246D75
A dark, moderate cyan closely aligning with Teal.
About #246D75
The hex code #246D75 represents a beautifully specific shade of cyan. Its closest recognized web color is Teal. In the RGB color space, it consists of 36 red, 109 green, and 117 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 69% C, 7% M, 0% Y, and 54% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#246D75
RGB36, 109, 117
HSL185.9°, 52.9%, 30.0%
CMYK69%, 7%, 0%, 54%
HSV185.9°, 69.2%, 45.9%
LAB42.1, -19.4, -11.0
XYZ9.4, 12.6, 18.8
Decimal2387317
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.97:1
Text on #FFFFFF
AA
3.52:1
Text on #000000
AA Large
5.70:1
Text on #F8FAFC
AA
2.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #246D75;
}
.text-color {
color: #246D75;
}
.border-color {
border: 2px solid #246D75;
}