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