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