#a892cf
a light, soft violet · warm · closest name: plum
RGB
168, 146, 207
HSL
262°, 39%, 69%
CMYK
19, 30, 0, 19
Luminance
0.3339
Every format
| HEX | #a892cf |
| RGB | rgb(168, 146, 207) |
| HSL | hsl(262, 39%, 69%) |
| CMYK | cmyk(19%, 30%, 0%, 19%) |
| LAB | lab(64.5 20.5 -28.3) |
| LCH | lch(64.5 35.0 305.8) |
| OKLCH | oklch(0.702 0.091 300.6) |
Copy-ready code
/* CSS */
color: #a892cf;
background-color: #a892cf;
/* Tailwind (arbitrary) */
class="text-[#a892cf] bg-[#a892cf]"
/* SCSS */
$brand: #a892cf;
/* SwiftUI */
Color(red: 0.659, green: 0.573, blue: 0.812)
/* Android */
Color.parseColor("#a892cf")Accessibility — WCAG contrast
Aa
#a892cf on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a892cf on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green57.3%
Blue81.2%
CMYK percentages
Cyan18.8%
Magenta29.5%
Yellow0.0%
Key (black)18.8%
Color previews
#a892cf text on a black background
contrast 7.68:1
Card sample
#a892cf text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a892cf;
Background color
Panel with #a892cf background
background-color: #a892cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a892cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 146, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 146, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a892cf; background: linear-gradient(135deg, #a892cf, #CF92CD);