#9da2ae
a balanced, muted blue · cool · closest name: silver
RGB
157, 162, 174
HSL
222°, 10%, 65%
CMYK
10, 7, 0, 32
Luminance
0.3606
Every format
| HEX | #9da2ae |
| RGB | rgb(157, 162, 174) |
| HSL | hsl(222, 10%, 65%) |
| CMYK | cmyk(10%, 7%, 0%, 32%) |
| LAB | lab(66.6 0.6 -6.8) |
| LCH | lch(66.6 6.8 275.4) |
| OKLCH | oklch(0.712 0.018 267.7) |
Copy-ready code
/* CSS */
color: #9da2ae;
background-color: #9da2ae;
/* Tailwind (arbitrary) */
class="text-[#9da2ae] bg-[#9da2ae]"
/* SCSS */
$brand: #9da2ae;
/* SwiftUI */
Color(red: 0.616, green: 0.635, blue: 0.682)
/* Android */
Color.parseColor("#9da2ae")Accessibility — WCAG contrast
Aa
#9da2ae on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da2ae on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green63.5%
Blue68.2%
CMYK percentages
Cyan9.8%
Magenta6.9%
Yellow0.0%
Key (black)31.8%
Color previews
#9da2ae text on a black background
contrast 8.21:1
Card sample
#9da2ae text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da2ae;
Background color
Panel with #9da2ae background
background-color: #9da2ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da2ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 162, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 162, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da2ae; background: linear-gradient(135deg, #9da2ae, #A39DAE);