#a798c4
a light, soft violet · warm · closest name: plum
RGB
167, 152, 196
HSL
261°, 27%, 68%
CMYK
15, 22, 0, 23
Luminance
0.3466
Every format
| HEX | #a798c4 |
| RGB | rgb(167, 152, 196) |
| HSL | hsl(261, 27%, 68%) |
| CMYK | cmyk(15%, 22%, 0%, 23%) |
| LAB | lab(65.5 14.3 -20.6) |
| LCH | lch(65.5 25.1 304.7) |
| OKLCH | oklch(0.708 0.065 300.3) |
Copy-ready code
/* CSS */
color: #a798c4;
background-color: #a798c4;
/* Tailwind (arbitrary) */
class="text-[#a798c4] bg-[#a798c4]"
/* SCSS */
$brand: #a798c4;
/* SwiftUI */
Color(red: 0.655, green: 0.596, blue: 0.769)
/* Android */
Color.parseColor("#a798c4")Accessibility — WCAG contrast
Aa
#a798c4 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a798c4 on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green59.6%
Blue76.9%
CMYK percentages
Cyan14.8%
Magenta22.4%
Yellow0.0%
Key (black)23.1%
Color previews
#a798c4 text on a black background
contrast 7.93:1
Card sample
#a798c4 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a798c4;
Background color
Panel with #a798c4 background
background-color: #a798c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a798c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 152, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 152, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a798c4; background: linear-gradient(135deg, #a798c4, #C498C4);