#a49af0
a light, vivid blue · warm · closest name: plum
RGB
164, 154, 240
HSL
247°, 74%, 77%
CMYK
32, 36, 0, 6
Luminance
0.3729
Every format
| HEX | #a49af0 |
| RGB | rgb(164, 154, 240) |
| HSL | hsl(247, 74%, 77%) |
| CMYK | cmyk(32%, 36%, 0%, 6%) |
| LAB | lab(67.5 22.7 -41.9) |
| LCH | lch(67.5 47.6 298.5) |
| OKLCH | oklch(0.729 0.123 288.3) |
Copy-ready code
/* CSS */
color: #a49af0;
background-color: #a49af0;
/* Tailwind (arbitrary) */
class="text-[#a49af0] bg-[#a49af0]"
/* SCSS */
$brand: #a49af0;
/* SwiftUI */
Color(red: 0.643, green: 0.604, blue: 0.941)
/* Android */
Color.parseColor("#a49af0")Accessibility — WCAG contrast
Aa
#a49af0 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a49af0 on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green60.4%
Blue94.1%
CMYK percentages
Cyan31.7%
Magenta35.8%
Yellow0.0%
Key (black)5.9%
Color previews
#a49af0 text on a black background
contrast 8.46:1
Card sample
#a49af0 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a49af0;
Background color
Panel with #a49af0 background
background-color: #a49af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a49af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 154, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 154, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a49af0; background: linear-gradient(135deg, #a49af0, #DD9AF0);