#a698b2
a balanced, muted violet · warm · closest name: gray
RGB
166, 152, 178
HSL
272°, 14%, 65%
CMYK
7, 15, 0, 30
Luminance
0.3378
Every format
| HEX | #a698b2 |
| RGB | rgb(166, 152, 178) |
| HSL | hsl(272, 14%, 65%) |
| CMYK | cmyk(7%, 15%, 0%, 30%) |
| LAB | lab(64.8 10.1 -11.6) |
| LCH | lch(64.8 15.4 311.0) |
| OKLCH | oklch(0.700 0.041 309.4) |
Copy-ready code
/* CSS */
color: #a698b2;
background-color: #a698b2;
/* Tailwind (arbitrary) */
class="text-[#a698b2] bg-[#a698b2]"
/* SCSS */
$brand: #a698b2;
/* SwiftUI */
Color(red: 0.651, green: 0.596, blue: 0.698)
/* Android */
Color.parseColor("#a698b2")Accessibility — WCAG contrast
Aa
#a698b2 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a698b2 on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green59.6%
Blue69.8%
CMYK percentages
Cyan6.7%
Magenta14.6%
Yellow0.0%
Key (black)30.2%
Color previews
#a698b2 text on a black background
contrast 7.76:1
Card sample
#a698b2 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a698b2;
Background color
Panel with #a698b2 background
background-color: #a698b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a698b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 152, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 152, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a698b2; background: linear-gradient(135deg, #a698b2, #B298AD);