#96ebfe
a light, electric cyan · cool · closest name: skyblue
RGB
150, 235, 254
HSL
191°, 98%, 79%
CMYK
41, 8, 0, 0
Luminance
0.7306
Every format
| HEX | #96ebfe |
| RGB | rgb(150, 235, 254) |
| HSL | hsl(191, 98%, 79%) |
| CMYK | cmyk(41%, 8%, 0%, 0%) |
| LAB | lab(88.5 -21.0 -17.3) |
| LCH | lch(88.5 27.2 219.4) |
| OKLCH | oklch(0.892 0.086 213.4) |
Copy-ready code
/* CSS */
color: #96ebfe;
background-color: #96ebfe;
/* Tailwind (arbitrary) */
class="text-[#96ebfe] bg-[#96ebfe]"
/* SCSS */
$brand: #96ebfe;
/* SwiftUI */
Color(red: 0.588, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#96ebfe")Accessibility — WCAG contrast
Aa
#96ebfe on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96ebfe on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green92.2%
Blue99.6%
CMYK percentages
Cyan40.9%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#96ebfe text on a black background
contrast 15.61:1
Card sample
#96ebfe text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96ebfe;
Background color
Panel with #96ebfe background
background-color: #96ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96ebfe; background: linear-gradient(135deg, #96ebfe, #96A6FE);