#6ce1df
a light, vivid cyan · cool · closest name: turquoise
RGB
108, 225, 223
HSL
179°, 66%, 65%
CMYK
52, 0, 1, 12
Luminance
0.6237
Every format
| HEX | #6ce1df |
| RGB | rgb(108, 225, 223) |
| HSL | hsl(179, 66%, 65%) |
| CMYK | cmyk(52%, 0%, 1%, 12%) |
| LAB | lab(83.1 -33.4 -9.1) |
| LCH | lch(83.1 34.6 195.3) |
| OKLCH | oklch(0.842 0.106 193.8) |
Copy-ready code
/* CSS */
color: #6ce1df;
background-color: #6ce1df;
/* Tailwind (arbitrary) */
class="text-[#6ce1df] bg-[#6ce1df]"
/* SCSS */
$brand: #6ce1df;
/* SwiftUI */
Color(red: 0.424, green: 0.882, blue: 0.875)
/* Android */
Color.parseColor("#6ce1df")Accessibility — WCAG contrast
Aa
#6ce1df on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ce1df on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green88.2%
Blue87.5%
CMYK percentages
Cyan52.0%
Magenta0.0%
Yellow0.9%
Key (black)11.8%
Color previews
#6ce1df text on a black background
contrast 13.47:1
Card sample
#6ce1df text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ce1df;
Background color
Panel with #6ce1df background
background-color: #6ce1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ce1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 225, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 225, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ce1df; background: linear-gradient(135deg, #6ce1df, #6C95E1);