#a48acb
a light, soft violet · warm · closest name: plum
RGB
164, 138, 203
HSL
264°, 39%, 67%
CMYK
19, 32, 0, 20
Luminance
0.3038
Every format
| HEX | #a48acb |
| RGB | rgb(164, 138, 203) |
| HSL | hsl(264, 39%, 67%) |
| CMYK | cmyk(19%, 32%, 0%, 20%) |
| LAB | lab(62.0 22.9 -30.0) |
| LCH | lch(62.0 37.7 307.3) |
| OKLCH | oklch(0.681 0.098 302.2) |
Copy-ready code
/* CSS */
color: #a48acb;
background-color: #a48acb;
/* Tailwind (arbitrary) */
class="text-[#a48acb] bg-[#a48acb]"
/* SCSS */
$brand: #a48acb;
/* SwiftUI */
Color(red: 0.643, green: 0.541, blue: 0.796)
/* Android */
Color.parseColor("#a48acb")Accessibility — WCAG contrast
Aa
#a48acb on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a48acb on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green54.1%
Blue79.6%
CMYK percentages
Cyan19.2%
Magenta32.0%
Yellow0.0%
Key (black)20.4%
Color previews
#a48acb text on a black background
contrast 7.08:1
Card sample
#a48acb text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a48acb;
Background color
Panel with #a48acb background
background-color: #a48acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a48acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 138, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 138, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a48acb; background: linear-gradient(135deg, #a48acb, #CB8AC7);