#a892d3
a light, soft violet · warm · closest name: plum
RGB
168, 146, 211
HSL
260°, 43%, 70%
CMYK
20, 31, 0, 17
Luminance
0.3359
Every format
| HEX | #a892d3 |
| RGB | rgb(168, 146, 211) |
| HSL | hsl(260, 43%, 70%) |
| CMYK | cmyk(20%, 31%, 0%, 17%) |
| LAB | lab(64.6 21.4 -30.3) |
| LCH | lch(64.6 37.1 305.2) |
| OKLCH | oklch(0.703 0.096 299.5) |
Copy-ready code
/* CSS */
color: #a892d3;
background-color: #a892d3;
/* Tailwind (arbitrary) */
class="text-[#a892d3] bg-[#a892d3]"
/* SCSS */
$brand: #a892d3;
/* SwiftUI */
Color(red: 0.659, green: 0.573, blue: 0.827)
/* Android */
Color.parseColor("#a892d3")Accessibility — WCAG contrast
Aa
#a892d3 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a892d3 on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green57.3%
Blue82.7%
CMYK percentages
Cyan20.4%
Magenta30.8%
Yellow0.0%
Key (black)17.3%
Color previews
#a892d3 text on a black background
contrast 7.72:1
Card sample
#a892d3 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a892d3;
Background color
Panel with #a892d3 background
background-color: #a892d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a892d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 146, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 146, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a892d3; background: linear-gradient(135deg, #a892d3, #D392D3);