#c7abe3
a light, vivid violet · warm · closest name: plum
RGB
199, 171, 227
HSL
270°, 50%, 78%
CMYK
12, 25, 0, 11
Luminance
0.4681
Every format
| HEX | #c7abe3 |
| RGB | rgb(199, 171, 227) |
| HSL | hsl(270, 50%, 78%) |
| CMYK | cmyk(12%, 25%, 0%, 11%) |
| LAB | lab(74.1 20.6 -24.4) |
| LCH | lch(74.1 32.0 310.3) |
| OKLCH | oklch(0.784 0.084 307.3) |
Copy-ready code
/* CSS */
color: #c7abe3;
background-color: #c7abe3;
/* Tailwind (arbitrary) */
class="text-[#c7abe3] bg-[#c7abe3]"
/* SCSS */
$brand: #c7abe3;
/* SwiftUI */
Color(red: 0.780, green: 0.671, blue: 0.890)
/* Android */
Color.parseColor("#c7abe3")Accessibility — WCAG contrast
Aa
#c7abe3 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7abe3 on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green67.1%
Blue89.0%
CMYK percentages
Cyan12.3%
Magenta24.7%
Yellow0.0%
Key (black)11.0%
Color previews
#c7abe3 text on a black background
contrast 10.36:1
Card sample
#c7abe3 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7abe3;
Background color
Panel with #c7abe3 background
background-color: #c7abe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7abe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 171, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 171, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7abe3; background: linear-gradient(135deg, #c7abe3, #E3ABDA);