#a592d4
a light, soft violet · warm · closest name: plum
RGB
165, 146, 212
HSL
257°, 43%, 70%
CMYK
22, 31, 0, 17
Luminance
0.3331
Every format
| HEX | #a592d4 |
| RGB | rgb(165, 146, 212) |
| HSL | hsl(257, 43%, 70%) |
| CMYK | cmyk(22%, 31%, 0%, 17%) |
| LAB | lab(64.4 20.7 -31.2) |
| LCH | lch(64.4 37.5 303.5) |
| OKLCH | oklch(0.701 0.097 297.1) |
Copy-ready code
/* CSS */
color: #a592d4;
background-color: #a592d4;
/* Tailwind (arbitrary) */
class="text-[#a592d4] bg-[#a592d4]"
/* SCSS */
$brand: #a592d4;
/* SwiftUI */
Color(red: 0.647, green: 0.573, blue: 0.831)
/* Android */
Color.parseColor("#a592d4")Accessibility — WCAG contrast
Aa
#a592d4 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a592d4 on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green57.3%
Blue83.1%
CMYK percentages
Cyan22.2%
Magenta31.1%
Yellow0.0%
Key (black)16.9%
Color previews
#a592d4 text on a black background
contrast 7.66:1
Card sample
#a592d4 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a592d4;
Background color
Panel with #a592d4 background
background-color: #a592d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a592d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 146, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 146, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a592d4; background: linear-gradient(135deg, #a592d4, #D192D4);