#a29abc
a light, soft blue · warm · closest name: gray
RGB
162, 154, 188
HSL
254°, 20%, 67%
CMYK
14, 18, 0, 26
Luminance
0.3442
Every format
| HEX | #a29abc |
| RGB | rgb(162, 154, 188) |
| HSL | hsl(254, 20%, 67%) |
| CMYK | cmyk(14%, 18%, 0%, 26%) |
| LAB | lab(65.3 9.8 -16.5) |
| LCH | lch(65.3 19.2 300.6) |
| OKLCH | oklch(0.705 0.050 295.9) |
Copy-ready code
/* CSS */
color: #a29abc;
background-color: #a29abc;
/* Tailwind (arbitrary) */
class="text-[#a29abc] bg-[#a29abc]"
/* SCSS */
$brand: #a29abc;
/* SwiftUI */
Color(red: 0.635, green: 0.604, blue: 0.737)
/* Android */
Color.parseColor("#a29abc")Accessibility — WCAG contrast
Aa
#a29abc on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a29abc on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green60.4%
Blue73.7%
CMYK percentages
Cyan13.8%
Magenta18.1%
Yellow0.0%
Key (black)26.3%
Color previews
#a29abc text on a black background
contrast 7.88:1
Card sample
#a29abc text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a29abc;
Background color
Panel with #a29abc background
background-color: #a29abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a29abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 154, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 154, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a29abc; background: linear-gradient(135deg, #a29abc, #B99ABC);