#96afdf
a light, vivid blue · cool · closest name: skyblue
RGB
150, 175, 223
HSL
220°, 53%, 73%
CMYK
33, 22, 0, 13
Luminance
0.4247
Every format
| HEX | #96afdf |
| RGB | rgb(150, 175, 223) |
| HSL | hsl(220, 53%, 73%) |
| CMYK | cmyk(33%, 22%, 0%, 13%) |
| LAB | lab(71.2 2.6 -26.9) |
| LCH | lch(71.2 27.1 275.6) |
| OKLCH | oklch(0.752 0.075 263.2) |
Copy-ready code
/* CSS */
color: #96afdf;
background-color: #96afdf;
/* Tailwind (arbitrary) */
class="text-[#96afdf] bg-[#96afdf]"
/* SCSS */
$brand: #96afdf;
/* SwiftUI */
Color(red: 0.588, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#96afdf")Accessibility — WCAG contrast
Aa
#96afdf on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96afdf on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green68.6%
Blue87.5%
CMYK percentages
Cyan32.7%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#96afdf text on a black background
contrast 9.49:1
Card sample
#96afdf text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96afdf;
Background color
Panel with #96afdf background
background-color: #96afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96afdf; background: linear-gradient(135deg, #96afdf, #AE96DF);