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