#6DB6C5
A light, moderate cyan closely aligning with Cadetblue.
About #6DB6C5
When working with digital screens, the color #6DB6C5 is rendered by mixing light. 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 109, 182, and 197.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 45% C, 8% M, 0% Y, and 23% K. The HSL representation is 190.2° hue, 43.1% saturation, and 60.0% lightness.
Contrast ratios determine whether this color is safe for typography. 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#6DB6C5
RGB109, 182, 197
HSL190.2°, 43.1%, 60.0%
CMYK45%, 8%, 0%, 23%
HSV190.2°, 44.7%, 77.3%
LAB70.0, -18.8, -14.7
XYZ33.1, 40.7, 58.9
Decimal7190213
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.30:1
Text on #FFFFFF
FAIL
9.15:1
Text on #000000
AAA
2.19:1
Text on #F8FAFC
FAIL
7.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DB6C5;
}
.text-color {
color: #6DB6C5;
}
.border-color {
border: 2px solid #6DB6C5;
}