#96ebee
a light, vivid cyan · cool · closest name: skyblue
RGB
150, 235, 238
HSL
182°, 72%, 76%
CMYK
37, 1, 0, 7
Luminance
0.7207
Every format
| HEX | #96ebee |
| RGB | rgb(150, 235, 238) |
| HSL | hsl(182, 72%, 76%) |
| CMYK | cmyk(37%, 1%, 0%, 7%) |
| LAB | lab(88.0 -24.9 -9.6) |
| LCH | lch(88.0 26.7 201.1) |
| OKLCH | oklch(0.887 0.082 198.6) |
Copy-ready code
/* CSS */
color: #96ebee;
background-color: #96ebee;
/* Tailwind (arbitrary) */
class="text-[#96ebee] bg-[#96ebee]"
/* SCSS */
$brand: #96ebee;
/* SwiftUI */
Color(red: 0.588, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#96ebee")Accessibility — WCAG contrast
Aa
#96ebee on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96ebee on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green92.2%
Blue93.3%
CMYK percentages
Cyan37.0%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#96ebee text on a black background
contrast 15.41:1
Card sample
#96ebee text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96ebee;
Background color
Panel with #96ebee background
background-color: #96ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96ebee; background: linear-gradient(135deg, #96ebee, #96B0EE);