#a898ac
a balanced, muted violet · warm · closest name: gray
RGB
168, 152, 172
HSL
288°, 11%, 64%
CMYK
2, 12, 0, 33
Luminance
0.3376
Every format
| HEX | #a898ac |
| RGB | rgb(168, 152, 172) |
| HSL | hsl(288, 11%, 64%) |
| CMYK | cmyk(2%, 12%, 0%, 33%) |
| LAB | lab(64.8 9.6 -8.3) |
| LCH | lch(64.8 12.7 319.3) |
| OKLCH | oklch(0.700 0.034 319.5) |
Copy-ready code
/* CSS */
color: #a898ac;
background-color: #a898ac;
/* Tailwind (arbitrary) */
class="text-[#a898ac] bg-[#a898ac]"
/* SCSS */
$brand: #a898ac;
/* SwiftUI */
Color(red: 0.659, green: 0.596, blue: 0.675)
/* Android */
Color.parseColor("#a898ac")Accessibility — WCAG contrast
Aa
#a898ac on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a898ac on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green59.6%
Blue67.5%
CMYK percentages
Cyan2.3%
Magenta11.6%
Yellow0.0%
Key (black)32.5%
Color previews
#a898ac text on a black background
contrast 7.75:1
Card sample
#a898ac text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a898ac;
Background color
Panel with #a898ac background
background-color: #a898ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a898ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 152, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 152, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a898ac; background: linear-gradient(135deg, #a898ac, #AC98A3);