#6ce0df
a light, vivid cyan · cool · closest name: turquoise
RGB
108, 224, 223
HSL
180°, 65%, 65%
CMYK
52, 0, 0, 12
Luminance
0.6183
Every format
| HEX | #6ce0df |
| RGB | rgb(108, 224, 223) |
| HSL | hsl(180, 65%, 65%) |
| CMYK | cmyk(52%, 0%, 0%, 12%) |
| LAB | lab(82.8 -32.9 -9.6) |
| LCH | lch(82.8 34.3 196.2) |
| OKLCH | oklch(0.840 0.105 194.6) |
Copy-ready code
/* CSS */
color: #6ce0df;
background-color: #6ce0df;
/* Tailwind (arbitrary) */
class="text-[#6ce0df] bg-[#6ce0df]"
/* SCSS */
$brand: #6ce0df;
/* SwiftUI */
Color(red: 0.424, green: 0.878, blue: 0.875)
/* Android */
Color.parseColor("#6ce0df")Accessibility — WCAG contrast
Aa
#6ce0df on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ce0df on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green87.8%
Blue87.5%
CMYK percentages
Cyan51.8%
Magenta0.0%
Yellow0.4%
Key (black)12.2%
Color previews
#6ce0df text on a black background
contrast 13.37:1
Card sample
#6ce0df text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ce0df;
Background color
Panel with #6ce0df background
background-color: #6ce0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ce0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 224, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 224, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ce0df; background: linear-gradient(135deg, #6ce0df, #6C94E0);