#a592c8
a light, soft violet · warm · closest name: plum
RGB
165, 146, 200
HSL
261°, 33%, 68%
CMYK
18, 27, 0, 22
Luminance
0.3273
Every format
| HEX | #a592c8 |
| RGB | rgb(165, 146, 200) |
| HSL | hsl(261, 33%, 68%) |
| CMYK | cmyk(18%, 27%, 0%, 22%) |
| LAB | lab(63.9 17.9 -25.3) |
| LCH | lch(63.9 31.0 305.4) |
| OKLCH | oklch(0.696 0.080 300.5) |
Copy-ready code
/* CSS */
color: #a592c8;
background-color: #a592c8;
/* Tailwind (arbitrary) */
class="text-[#a592c8] bg-[#a592c8]"
/* SCSS */
$brand: #a592c8;
/* SwiftUI */
Color(red: 0.647, green: 0.573, blue: 0.784)
/* Android */
Color.parseColor("#a592c8")Accessibility — WCAG contrast
Aa
#a592c8 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a592c8 on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green57.3%
Blue78.4%
CMYK percentages
Cyan17.5%
Magenta27.0%
Yellow0.0%
Key (black)21.6%
Color previews
#a592c8 text on a black background
contrast 7.55:1
Card sample
#a592c8 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a592c8;
Background color
Panel with #a592c8 background
background-color: #a592c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a592c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 146, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 146, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a592c8; background: linear-gradient(135deg, #a592c8, #C892C7);