#0083A0
A dark, vivid cyan closely aligning with Steelblue.
About #0083A0
The hex code #0083A0 represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Steelblue. In the RGB color space, it consists of 0 red, 131 green, and 160 blue.
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 18% Magenta, 0% Yellow, and 37% Black. The HSL representation is 190.9° hue, 100.0% saturation, and 31.4% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0083A0
RGB0, 131, 160
HSL190.9°, 100.0%, 31.4%
CMYK100%, 18%, 0%, 37%
HSV190.9°, 100.0%, 62.7%
LAB50.4, -19.4, -23.9
XYZ14.5, 18.8, 36.1
Decimal33696
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.42:1
Text on #FFFFFF
AA Large
4.75:1
Text on #000000
AA
4.22:1
Text on #F8FAFC
AA Large
4.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0083A0;
}
.text-color {
color: #0083A0;
}
.border-color {
border: 2px solid #0083A0;
}