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