#96cffc
a light, electric blue · cool · closest name: skyblue
RGB
150, 207, 252
HSL
207°, 94%, 79%
CMYK
41, 18, 0, 1
Luminance
0.5814
Every format
| HEX | #96cffc |
| RGB | rgb(150, 207, 252) |
| HSL | hsl(207, 94%, 79%) |
| CMYK | cmyk(41%, 18%, 0%, 1%) |
| LAB | lab(80.8 -7.2 -27.8) |
| LCH | lch(80.8 28.7 255.6) |
| OKLCH | oklch(0.832 0.086 242.8) |
Copy-ready code
/* CSS */
color: #96cffc;
background-color: #96cffc;
/* Tailwind (arbitrary) */
class="text-[#96cffc] bg-[#96cffc]"
/* SCSS */
$brand: #96cffc;
/* SwiftUI */
Color(red: 0.588, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#96cffc")Accessibility — WCAG contrast
Aa
#96cffc on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96cffc on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green81.2%
Blue98.8%
CMYK percentages
Cyan40.5%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#96cffc text on a black background
contrast 12.63:1
Card sample
#96cffc text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96cffc;
Background color
Panel with #96cffc background
background-color: #96cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96cffc; background: linear-gradient(135deg, #96cffc, #A196FC);