#a592bf
a light, soft violet · warm · closest name: plum
RGB
165, 146, 191
HSL
265°, 26%, 66%
CMYK
14, 24, 0, 25
Luminance
0.3232
Every format
| HEX | #a592bf |
| RGB | rgb(165, 146, 191) |
| HSL | hsl(265, 26%, 66%) |
| CMYK | cmyk(14%, 24%, 0%, 25%) |
| LAB | lab(63.6 15.9 -20.7) |
| LCH | lch(63.6 26.1 307.5) |
| OKLCH | oklch(0.692 0.068 303.9) |
Copy-ready code
/* CSS */
color: #a592bf;
background-color: #a592bf;
/* Tailwind (arbitrary) */
class="text-[#a592bf] bg-[#a592bf]"
/* SCSS */
$brand: #a592bf;
/* SwiftUI */
Color(red: 0.647, green: 0.573, blue: 0.749)
/* Android */
Color.parseColor("#a592bf")Accessibility — WCAG contrast
Aa
#a592bf on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a592bf on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green57.3%
Blue74.9%
CMYK percentages
Cyan13.6%
Magenta23.6%
Yellow0.0%
Key (black)25.1%
Color previews
#a592bf text on a black background
contrast 7.46:1
Card sample
#a592bf text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a592bf;
Background color
Panel with #a592bf background
background-color: #a592bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a592bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 146, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 146, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a592bf; background: linear-gradient(135deg, #a592bf, #BF92BB);