#96cdfc
a light, electric blue · cool · closest name: skyblue
RGB
150, 205, 252
HSL
208°, 94%, 79%
CMYK
41, 19, 0, 1
Luminance
0.5717
Every format
| HEX | #96cdfc |
| RGB | rgb(150, 205, 252) |
| HSL | hsl(208, 94%, 79%) |
| CMYK | cmyk(41%, 19%, 0%, 1%) |
| LAB | lab(80.3 -6.1 -28.6) |
| LCH | lch(80.3 29.3 258.0) |
| OKLCH | oklch(0.827 0.088 244.9) |
Copy-ready code
/* CSS */
color: #96cdfc;
background-color: #96cdfc;
/* Tailwind (arbitrary) */
class="text-[#96cdfc] bg-[#96cdfc]"
/* SCSS */
$brand: #96cdfc;
/* SwiftUI */
Color(red: 0.588, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#96cdfc")Accessibility — WCAG contrast
Aa
#96cdfc on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96cdfc on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green80.4%
Blue98.8%
CMYK percentages
Cyan40.5%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#96cdfc text on a black background
contrast 12.43:1
Card sample
#96cdfc text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96cdfc;
Background color
Panel with #96cdfc background
background-color: #96cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96cdfc; background: linear-gradient(135deg, #96cdfc, #A396FC);