#96bace
a light, soft blue · cool · closest name: skyblue
RGB
150, 186, 206
HSL
201°, 36%, 70%
CMYK
27, 10, 0, 19
Luminance
0.4606
Every format
| HEX | #96bace |
| RGB | rgb(150, 186, 206) |
| HSL | hsl(201, 36%, 70%) |
| CMYK | cmyk(27%, 10%, 0%, 19%) |
| LAB | lab(73.6 -7.5 -14.0) |
| LCH | lch(73.6 15.9 241.9) |
| OKLCH | oklch(0.769 0.048 232.5) |
Copy-ready code
/* CSS */
color: #96bace;
background-color: #96bace;
/* Tailwind (arbitrary) */
class="text-[#96bace] bg-[#96bace]"
/* SCSS */
$brand: #96bace;
/* SwiftUI */
Color(red: 0.588, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#96bace")Accessibility — WCAG contrast
Aa
#96bace on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96bace on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green72.9%
Blue80.8%
CMYK percentages
Cyan27.2%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#96bace text on a black background
contrast 10.21:1
Card sample
#96bace text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96bace;
Background color
Panel with #96bace background
background-color: #96bace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96bace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96bace; background: linear-gradient(135deg, #96bace, #9796CE);