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