#008392
A dark, vivid cyan closely aligning with Teal.
About #008392
At its core, #008392 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 131, and 146.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 100% cyan, 10% magenta, 0% yellow, and 43% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#008392
RGB0, 131, 146
HSL186.2°, 100.0%, 28.6%
CMYK100%, 10%, 0%, 43%
HSV186.2°, 100.0%, 57.3%
LAB49.9, -24.3, -16.6
XYZ13.3, 18.3, 30.0
Decimal33682
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.50:1
Text on #FFFFFF
AA
4.66:1
Text on #000000
AA
4.31:1
Text on #F8FAFC
AA Large
3.96:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #008392;
}
.text-color {
color: #008392;
}
.border-color {
border: 2px solid #008392;
}