#96dfe2
a light, vivid cyan · cool · closest name: skyblue
RGB
150, 223, 226
HSL
182°, 57%, 74%
CMYK
34, 1, 0, 11
Luminance
0.6475
Every format
| HEX | #96dfe2 |
| RGB | rgb(150, 223, 226) |
| HSL | hsl(182, 57%, 74%) |
| CMYK | cmyk(34%, 1%, 0%, 11%) |
| LAB | lab(84.3 -21.8 -8.7) |
| LCH | lch(84.3 23.5 201.7) |
| OKLCH | oklch(0.857 0.073 199.2) |
Copy-ready code
/* CSS */
color: #96dfe2;
background-color: #96dfe2;
/* Tailwind (arbitrary) */
class="text-[#96dfe2] bg-[#96dfe2]"
/* SCSS */
$brand: #96dfe2;
/* SwiftUI */
Color(red: 0.588, green: 0.875, blue: 0.886)
/* Android */
Color.parseColor("#96dfe2")Accessibility — WCAG contrast
Aa
#96dfe2 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96dfe2 on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green87.5%
Blue88.6%
CMYK percentages
Cyan33.6%
Magenta1.3%
Yellow0.0%
Key (black)11.4%
Color previews
#96dfe2 text on a black background
contrast 13.95:1
Card sample
#96dfe2 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96dfe2;
Background color
Panel with #96dfe2 background
background-color: #96dfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96dfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 223, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 223, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96dfe2; background: linear-gradient(135deg, #96dfe2, #96ACE2);