#96dcdf
a light, vivid cyan · cool · closest name: skyblue
RGB
150, 220, 223
HSL
183°, 53%, 73%
CMYK
33, 1, 0, 13
Luminance
0.6300
Every format
| HEX | #96dcdf |
| RGB | rgb(150, 220, 223) |
| HSL | hsl(183, 53%, 73%) |
| CMYK | cmyk(33%, 1%, 0%, 13%) |
| LAB | lab(83.4 -21.0 -8.4) |
| LCH | lch(83.4 22.7 201.9) |
| OKLCH | oklch(0.849 0.070 199.3) |
Copy-ready code
/* CSS */
color: #96dcdf;
background-color: #96dcdf;
/* Tailwind (arbitrary) */
class="text-[#96dcdf] bg-[#96dcdf]"
/* SCSS */
$brand: #96dcdf;
/* SwiftUI */
Color(red: 0.588, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#96dcdf")Accessibility — WCAG contrast
Aa
#96dcdf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96dcdf on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green86.3%
Blue87.5%
CMYK percentages
Cyan32.7%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#96dcdf text on a black background
contrast 13.60:1
Card sample
#96dcdf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96dcdf;
Background color
Panel with #96dcdf background
background-color: #96dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96dcdf; background: linear-gradient(135deg, #96dcdf, #96ABDF);