#c2abea
a light, vivid violet · warm · closest name: plum
RGB
194, 171, 234
HSL
262°, 60%, 79%
CMYK
17, 27, 0, 8
Luminance
0.4654
Every format
| HEX | #c2abea |
| RGB | rgb(194, 171, 234) |
| HSL | hsl(262, 60%, 79%) |
| CMYK | cmyk(17%, 27%, 0%, 8%) |
| LAB | lab(73.9 20.6 -28.5) |
| LCH | lch(73.9 35.2 305.8) |
| OKLCH | oklch(0.783 0.091 301.0) |
Copy-ready code
/* CSS */
color: #c2abea;
background-color: #c2abea;
/* Tailwind (arbitrary) */
class="text-[#c2abea] bg-[#c2abea]"
/* SCSS */
$brand: #c2abea;
/* SwiftUI */
Color(red: 0.761, green: 0.671, blue: 0.918)
/* Android */
Color.parseColor("#c2abea")Accessibility — WCAG contrast
Aa
#c2abea on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2abea on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.1%
Blue91.8%
CMYK percentages
Cyan17.1%
Magenta26.9%
Yellow0.0%
Key (black)8.2%
Color previews
#c2abea text on a black background
contrast 10.31:1
Card sample
#c2abea text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2abea;
Background color
Panel with #c2abea background
background-color: #c2abea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2abea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 171, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 171, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2abea; background: linear-gradient(135deg, #c2abea, #EAABE8);