#96b0c2
a light, soft blue · cool · closest name: silver
RGB
150, 176, 194
HSL
205°, 27%, 68%
CMYK
23, 9, 0, 24
Luminance
0.4143
Every format
| HEX | #96b0c2 |
| RGB | rgb(150, 176, 194) |
| HSL | hsl(205, 27%, 68%) |
| CMYK | cmyk(23%, 9%, 0%, 24%) |
| LAB | lab(70.5 -4.9 -12.1) |
| LCH | lch(70.5 13.1 247.9) |
| OKLCH | oklch(0.744 0.039 238.3) |
Copy-ready code
/* CSS */
color: #96b0c2;
background-color: #96b0c2;
/* Tailwind (arbitrary) */
class="text-[#96b0c2] bg-[#96b0c2]"
/* SCSS */
$brand: #96b0c2;
/* SwiftUI */
Color(red: 0.588, green: 0.690, blue: 0.761)
/* Android */
Color.parseColor("#96b0c2")Accessibility — WCAG contrast
Aa
#96b0c2 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96b0c2 on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green69.0%
Blue76.1%
CMYK percentages
Cyan22.7%
Magenta9.3%
Yellow0.0%
Key (black)23.9%
Color previews
#96b0c2 text on a black background
contrast 9.29:1
Card sample
#96b0c2 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96b0c2;
Background color
Panel with #96b0c2 background
background-color: #96b0c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96b0c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 176, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 176, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96b0c2; background: linear-gradient(135deg, #96b0c2, #9996C2);