#a496e4
a light, vivid blue · warm · closest name: plum
RGB
164, 150, 228
HSL
251°, 59%, 74%
CMYK
28, 34, 0, 11
Luminance
0.3531
Every format
| HEX | #a496e4 |
| RGB | rgb(164, 150, 228) |
| HSL | hsl(251, 59%, 74%) |
| CMYK | cmyk(28%, 34%, 0%, 11%) |
| LAB | lab(66.0 22.0 -37.7) |
| LCH | lch(66.0 43.6 300.3) |
| OKLCH | oklch(0.715 0.113 291.5) |
Copy-ready code
/* CSS */
color: #a496e4;
background-color: #a496e4;
/* Tailwind (arbitrary) */
class="text-[#a496e4] bg-[#a496e4]"
/* SCSS */
$brand: #a496e4;
/* SwiftUI */
Color(red: 0.643, green: 0.588, blue: 0.894)
/* Android */
Color.parseColor("#a496e4")Accessibility — WCAG contrast
Aa
#a496e4 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a496e4 on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green58.8%
Blue89.4%
CMYK percentages
Cyan28.1%
Magenta34.2%
Yellow0.0%
Key (black)10.6%
Color previews
#a496e4 text on a black background
contrast 8.06:1
Card sample
#a496e4 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a496e4;
Background color
Panel with #a496e4 background
background-color: #a496e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a496e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 150, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 150, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a496e4; background: linear-gradient(135deg, #a496e4, #D896E4);