#6ce4e4
a light, vivid cyan · cool · closest name: turquoise
RGB
108, 228, 228
HSL
180°, 69%, 66%
CMYK
53, 0, 0, 11
Luminance
0.6428
Every format
| HEX | #6ce4e4 |
| RGB | rgb(108, 228, 228) |
| HSL | hsl(180, 69%, 66%) |
| CMYK | cmyk(53%, 0%, 0%, 11%) |
| LAB | lab(84.1 -33.5 -10.3) |
| LCH | lch(84.1 35.1 197.1) |
| OKLCH | oklch(0.850 0.108 195.3) |
Copy-ready code
/* CSS */
color: #6ce4e4;
background-color: #6ce4e4;
/* Tailwind (arbitrary) */
class="text-[#6ce4e4] bg-[#6ce4e4]"
/* SCSS */
$brand: #6ce4e4;
/* SwiftUI */
Color(red: 0.424, green: 0.894, blue: 0.894)
/* Android */
Color.parseColor("#6ce4e4")Accessibility — WCAG contrast
Aa
#6ce4e4 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ce4e4 on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green89.4%
Blue89.4%
CMYK percentages
Cyan52.6%
Magenta0.0%
Yellow0.0%
Key (black)10.6%
Color previews
#6ce4e4 text on a black background
contrast 13.86:1
Card sample
#6ce4e4 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ce4e4;
Background color
Panel with #6ce4e4 background
background-color: #6ce4e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ce4e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 228, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 228, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ce4e4; background: linear-gradient(135deg, #6ce4e4, #6C94E4);