#668A83
A medium, muted cyan closely aligning with Cadetblue.
About #668A83
Visually, #668A83 is defined as a muted cyan. If you're using CSS, you might find it aligns closely with Cadetblue. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 138, and 131.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 26% C, 0% M, 5% Y, and 46% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#668A83
RGB102, 138, 131
HSL168.3°, 15.0%, 47.1%
CMYK26%, 0%, 5%, 46%
HSV168.3°, 26.1%, 54.1%
LAB54.7, -14.1, -0.3
XYZ18.7, 22.6, 24.9
Decimal6720131
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.80:1
Text on #FFFFFF
AA Large
5.53:1
Text on #000000
AA
3.63:1
Text on #F8FAFC
AA Large
4.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #668A83;
}
.text-color {
color: #668A83;
}
.border-color {
border: 2px solid #668A83;
}