#c2abfe
a light, electric violet · warm · closest name: plum
RGB
194, 171, 254
HSL
257°, 98%, 83%
CMYK
24, 33, 0, 0
Luminance
0.4775
Every format
| HEX | #c2abfe |
| RGB | rgb(194, 171, 254) |
| HSL | hsl(257, 98%, 83%) |
| CMYK | cmyk(24%, 33%, 0%, 0%) |
| LAB | lab(74.7 25.1 -38.1) |
| LCH | lch(74.7 45.6 303.3) |
| OKLCH | oklch(0.791 0.118 296.3) |
Copy-ready code
/* CSS */
color: #c2abfe;
background-color: #c2abfe;
/* Tailwind (arbitrary) */
class="text-[#c2abfe] bg-[#c2abfe]"
/* SCSS */
$brand: #c2abfe;
/* SwiftUI */
Color(red: 0.761, green: 0.671, blue: 0.996)
/* Android */
Color.parseColor("#c2abfe")Accessibility — WCAG contrast
Aa
#c2abfe on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2abfe on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.1%
Blue99.6%
CMYK percentages
Cyan23.6%
Magenta32.7%
Yellow0.0%
Key (black)0.4%
Color previews
#c2abfe text on a black background
contrast 10.55:1
Card sample
#c2abfe text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2abfe;
Background color
Panel with #c2abfe background
background-color: #c2abfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2abfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 171, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 171, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2abfe; background: linear-gradient(135deg, #c2abfe, #F9ABFE);