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