#a29eb2
a light, muted blue · warm · closest name: silver
RGB
162, 158, 178
HSL
252°, 12%, 66%
CMYK
9, 11, 0, 30
Luminance
0.3535
Every format
| HEX | #a29eb2 |
| RGB | rgb(162, 158, 178) |
| HSL | hsl(252, 12%, 66%) |
| CMYK | cmyk(9%, 11%, 0%, 30%) |
| LAB | lab(66.0 5.4 -9.8) |
| LCH | lch(66.0 11.2 298.8) |
| OKLCH | oklch(0.709 0.029 294.8) |
Copy-ready code
/* CSS */
color: #a29eb2;
background-color: #a29eb2;
/* Tailwind (arbitrary) */
class="text-[#a29eb2] bg-[#a29eb2]"
/* SCSS */
$brand: #a29eb2;
/* SwiftUI */
Color(red: 0.635, green: 0.620, blue: 0.698)
/* Android */
Color.parseColor("#a29eb2")Accessibility — WCAG contrast
Aa
#a29eb2 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a29eb2 on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green62.0%
Blue69.8%
CMYK percentages
Cyan9.0%
Magenta11.2%
Yellow0.0%
Key (black)30.2%
Color previews
#a29eb2 text on a black background
contrast 8.07:1
Card sample
#a29eb2 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a29eb2;
Background color
Panel with #a29eb2 background
background-color: #a29eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a29eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 158, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 158, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a29eb2; background: linear-gradient(135deg, #a29eb2, #AF9EB2);