#949aa2
a balanced, muted gray · cool · closest name: gray
RGB
148, 154, 162
HSL
214°, 7%, 61%
CMYK
9, 5, 0, 37
Luminance
0.3202
Every format
| HEX | #949aa2 |
| RGB | rgb(148, 154, 162) |
| HSL | hsl(214, 7%, 61%) |
| CMYK | cmyk(9%, 5%, 0%, 37%) |
| LAB | lab(63.4 -0.5 -4.9) |
| LCH | lch(63.4 5.0 263.9) |
| OKLCH | oklch(0.684 0.014 255.5) |
Copy-ready code
/* CSS */
color: #949aa2;
background-color: #949aa2;
/* Tailwind (arbitrary) */
class="text-[#949aa2] bg-[#949aa2]"
/* SCSS */
$brand: #949aa2;
/* SwiftUI */
Color(red: 0.580, green: 0.604, blue: 0.635)
/* Android */
Color.parseColor("#949aa2")Accessibility — WCAG contrast
Aa
#949aa2 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#949aa2 on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green60.4%
Blue63.5%
CMYK percentages
Cyan8.6%
Magenta4.9%
Yellow0.0%
Key (black)36.5%
Color previews
#949aa2 text on a black background
contrast 7.40:1
Card sample
#949aa2 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #949aa2;
Background color
Panel with #949aa2 background
background-color: #949aa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #949aa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 154, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 154, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #949aa2; background: linear-gradient(135deg, #949aa2, #9794A2);