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