#96cfe2
a light, vivid cyan · cool · closest name: skyblue
RGB
150, 207, 226
HSL
195°, 57%, 74%
CMYK
34, 8, 0, 11
Luminance
0.5660
Every format
| HEX | #96cfe2 |
| RGB | rgb(150, 207, 226) |
| HSL | hsl(195, 57%, 74%) |
| CMYK | cmyk(34%, 8%, 0%, 11%) |
| LAB | lab(80.0 -13.7 -15.3) |
| LCH | lch(80.0 20.5 228.0) |
| OKLCH | oklch(0.822 0.064 220.5) |
Copy-ready code
/* CSS */
color: #96cfe2;
background-color: #96cfe2;
/* Tailwind (arbitrary) */
class="text-[#96cfe2] bg-[#96cfe2]"
/* SCSS */
$brand: #96cfe2;
/* SwiftUI */
Color(red: 0.588, green: 0.812, blue: 0.886)
/* Android */
Color.parseColor("#96cfe2")Accessibility — WCAG contrast
Aa
#96cfe2 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96cfe2 on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green81.2%
Blue88.6%
CMYK percentages
Cyan33.6%
Magenta8.4%
Yellow0.0%
Key (black)11.4%
Color previews
#96cfe2 text on a black background
contrast 12.32:1
Card sample
#96cfe2 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96cfe2;
Background color
Panel with #96cfe2 background
background-color: #96cfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96cfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 207, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 207, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96cfe2; background: linear-gradient(135deg, #96cfe2, #969CE2);