#96dfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
150, 223, 235
HSL
189°, 68%, 76%
CMYK
36, 5, 0, 8
Luminance
0.6526
Every format
| HEX | #96dfeb |
| RGB | rgb(150, 223, 235) |
| HSL | hsl(189, 68%, 76%) |
| CMYK | cmyk(36%, 5%, 0%, 8%) |
| LAB | lab(84.6 -19.7 -13.1) |
| LCH | lch(84.6 23.6 213.6) |
| OKLCH | oklch(0.860 0.074 208.8) |
Copy-ready code
/* CSS */
color: #96dfeb;
background-color: #96dfeb;
/* Tailwind (arbitrary) */
class="text-[#96dfeb] bg-[#96dfeb]"
/* SCSS */
$brand: #96dfeb;
/* SwiftUI */
Color(red: 0.588, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#96dfeb")Accessibility — WCAG contrast
Aa
#96dfeb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96dfeb on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green87.5%
Blue92.2%
CMYK percentages
Cyan36.2%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#96dfeb text on a black background
contrast 14.05:1
Card sample
#96dfeb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96dfeb;
Background color
Panel with #96dfeb background
background-color: #96dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96dfeb; background: linear-gradient(135deg, #96dfeb, #96A6EB);