#83B6AF
A light, muted cyan closely aligning with Cadetblue.
About #83B6AF
When working with digital screens, the color #83B6AF is rendered by mixing light. It is closely associated with the named CSS color Cadetblue. This translates to an RGB value of rgb(131, 182, 175).
If you are designing for print, the four-color process is what matters most. The color uses 28% Cyan, 0% Magenta, 4% Yellow, and 29% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#83B6AF
RGB131, 182, 175
HSL171.8°, 25.9%, 61.4%
CMYK28%, 0%, 4%, 29%
HSV171.8°, 28.0%, 71.4%
LAB70.4, -18.3, -1.9
XYZ33.8, 41.4, 46.8
Decimal8631983
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.26:1
Text on #FFFFFF
FAIL
9.28:1
Text on #000000
AAA
2.16:1
Text on #F8FAFC
FAIL
7.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83B6AF;
}
.text-color {
color: #83B6AF;
}
.border-color {
border: 2px solid #83B6AF;
}