#96cfda
a light, vivid cyan · cool · closest name: skyblue
RGB
150, 207, 218
HSL
190°, 48%, 72%
CMYK
31, 5, 0, 15
Luminance
0.5617
Every format
| HEX | #96cfda |
| RGB | rgb(150, 207, 218) |
| HSL | hsl(190, 48%, 72%) |
| CMYK | cmyk(31%, 5%, 0%, 15%) |
| LAB | lab(79.7 -15.6 -11.3) |
| LCH | lch(79.7 19.3 215.9) |
| OKLCH | oklch(0.819 0.060 210.8) |
Copy-ready code
/* CSS */
color: #96cfda;
background-color: #96cfda;
/* Tailwind (arbitrary) */
class="text-[#96cfda] bg-[#96cfda]"
/* SCSS */
$brand: #96cfda;
/* SwiftUI */
Color(red: 0.588, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#96cfda")Accessibility — WCAG contrast
Aa
#96cfda on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96cfda on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green81.2%
Blue85.5%
CMYK percentages
Cyan31.2%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#96cfda text on a black background
contrast 12.23:1
Card sample
#96cfda text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96cfda;
Background color
Panel with #96cfda background
background-color: #96cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96cfda; background: linear-gradient(135deg, #96cfda, #96A2DA);