#96cddf
a light, vivid cyan · cool · closest name: skyblue
RGB
150, 205, 223
HSL
195°, 53%, 73%
CMYK
33, 8, 0, 13
Luminance
0.5547
Every format
| HEX | #96cddf |
| RGB | rgb(150, 205, 223) |
| HSL | hsl(195, 53%, 73%) |
| CMYK | cmyk(33%, 8%, 0%, 13%) |
| LAB | lab(79.3 -13.4 -14.6) |
| LCH | lch(79.3 19.9 227.5) |
| OKLCH | oklch(0.816 0.062 220.1) |
Copy-ready code
/* CSS */
color: #96cddf;
background-color: #96cddf;
/* Tailwind (arbitrary) */
class="text-[#96cddf] bg-[#96cddf]"
/* SCSS */
$brand: #96cddf;
/* SwiftUI */
Color(red: 0.588, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#96cddf")Accessibility — WCAG contrast
Aa
#96cddf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96cddf on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green80.4%
Blue87.5%
CMYK percentages
Cyan32.7%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#96cddf text on a black background
contrast 12.09:1
Card sample
#96cddf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96cddf;
Background color
Panel with #96cddf background
background-color: #96cddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96cddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96cddf; background: linear-gradient(135deg, #96cddf, #969CDF);