#008383
A dark, vivid cyan closely aligning with Teal.
About #008383
At its core, #008383 is a dark and vivid hue. Designers often compare it to the standard color Teal. This translates to an RGB value of rgb(0, 131, 131).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 100% C, 0% M, 0% Y, and 49% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#008383
RGB0, 131, 131
HSL180.0°, 100.0%, 25.7%
CMYK100%, 0%, 0%, 49%
HSV180.0°, 100.0%, 51.4%
LAB49.3, -29.3, -8.6
XYZ12.2, 17.9, 24.3
Decimal33667
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.59:1
Text on #FFFFFF
AA
4.57:1
Text on #000000
AA
4.39:1
Text on #F8FAFC
AA Large
3.89:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #008383;
}
.text-color {
color: #008383;
}
.border-color {
border: 2px solid #008383;
}