#66cddf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
102, 205, 223
HSL
189°, 65%, 64%
CMYK
54, 8, 0, 13
Luminance
0.5182
Every format
| HEX | #66cddf |
| RGB | rgb(102, 205, 223) |
| HSL | hsl(189, 65%, 64%) |
| CMYK | cmyk(54%, 8%, 0%, 13%) |
| LAB | lab(77.2 -24.9 -18.1) |
| LCH | lch(77.2 30.8 215.9) |
| OKLCH | oklch(0.793 0.099 210.4) |
Copy-ready code
/* CSS */
color: #66cddf;
background-color: #66cddf;
/* Tailwind (arbitrary) */
class="text-[#66cddf] bg-[#66cddf]"
/* SCSS */
$brand: #66cddf;
/* SwiftUI */
Color(red: 0.400, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#66cddf")Accessibility — WCAG contrast
Aa
#66cddf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#66cddf on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green80.4%
Blue87.5%
CMYK percentages
Cyan54.3%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#66cddf text on a black background
contrast 11.36:1
Card sample
#66cddf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #66cddf;
Background color
Panel with #66cddf background
background-color: #66cddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #66cddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #66cddf; background: linear-gradient(135deg, #66cddf, #667CDF);