#6ad8cf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
106, 216, 207
HSL
175°, 59%, 63%
CMYK
51, 0, 4, 15
Luminance
0.5668
Every format
| HEX | #6ad8cf |
| RGB | rgb(106, 216, 207) |
| HSL | hsl(175, 59%, 63%) |
| CMYK | cmyk(51%, 0%, 4%, 15%) |
| LAB | lab(80.0 -33.7 -5.2) |
| LCH | lch(80.0 34.1 188.8) |
| OKLCH | oklch(0.815 0.102 188.3) |
Copy-ready code
/* CSS */
color: #6ad8cf;
background-color: #6ad8cf;
/* Tailwind (arbitrary) */
class="text-[#6ad8cf] bg-[#6ad8cf]"
/* SCSS */
$brand: #6ad8cf;
/* SwiftUI */
Color(red: 0.416, green: 0.847, blue: 0.812)
/* Android */
Color.parseColor("#6ad8cf")Accessibility — WCAG contrast
Aa
#6ad8cf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ad8cf on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green84.7%
Blue81.2%
CMYK percentages
Cyan50.9%
Magenta0.0%
Yellow4.2%
Key (black)15.3%
Color previews
#6ad8cf text on a black background
contrast 12.34:1
Card sample
#6ad8cf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ad8cf;
Background color
Panel with #6ad8cf background
background-color: #6ad8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ad8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 216, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 216, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ad8cf; background: linear-gradient(135deg, #6ad8cf, #6A98D8);