#66eade
a light, electric cyan · cool · closest name: turquoise
RGB
102, 234, 222
HSL
175°, 76%, 66%
CMYK
56, 0, 5, 8
Luminance
0.6694
Every format
| HEX | #66eade |
| RGB | rgb(102, 234, 222) |
| HSL | hsl(175, 76%, 66%) |
| CMYK | cmyk(56%, 0%, 5%, 8%) |
| LAB | lab(85.5 -39.0 -5.1) |
| LCH | lch(85.5 39.3 187.5) |
| OKLCH | oklch(0.860 0.117 187.1) |
Copy-ready code
/* CSS */
color: #66eade;
background-color: #66eade;
/* Tailwind (arbitrary) */
class="text-[#66eade] bg-[#66eade]"
/* SCSS */
$brand: #66eade;
/* SwiftUI */
Color(red: 0.400, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#66eade")Accessibility — WCAG contrast
Aa
#66eade on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#66eade on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green91.8%
Blue87.1%
CMYK percentages
Cyan56.4%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#66eade text on a black background
contrast 14.39:1
Card sample
#66eade text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #66eade;
Background color
Panel with #66eade background
background-color: #66eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #66eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #66eade; background: linear-gradient(135deg, #66eade, #669EEA);