#c2abef
a light, vivid violet · warm · closest name: plum
RGB
194, 171, 239
HSL
260°, 68%, 80%
CMYK
19, 29, 0, 6
Luminance
0.4683
Every format
| HEX | #c2abef |
| RGB | rgb(194, 171, 239) |
| HSL | hsl(260, 68%, 80%) |
| CMYK | cmyk(19%, 29%, 0%, 6%) |
| LAB | lab(74.1 21.7 -30.9) |
| LCH | lch(74.1 37.8 305.0) |
| OKLCH | oklch(0.785 0.098 299.7) |
Copy-ready code
/* CSS */
color: #c2abef;
background-color: #c2abef;
/* Tailwind (arbitrary) */
class="text-[#c2abef] bg-[#c2abef]"
/* SCSS */
$brand: #c2abef;
/* SwiftUI */
Color(red: 0.761, green: 0.671, blue: 0.937)
/* Android */
Color.parseColor("#c2abef")Accessibility — WCAG contrast
Aa
#c2abef on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2abef on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.1%
Blue93.7%
CMYK percentages
Cyan18.8%
Magenta28.5%
Yellow0.0%
Key (black)6.3%
Color previews
#c2abef text on a black background
contrast 10.37:1
Card sample
#c2abef text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2abef;
Background color
Panel with #c2abef background
background-color: #c2abef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2abef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 171, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 171, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2abef; background: linear-gradient(135deg, #c2abef, #EFABEF);