#c2adfe
a light, electric violet · warm · closest name: plum
RGB
194, 173, 254
HSL
256°, 98%, 84%
CMYK
24, 32, 0, 0
Luminance
0.4851
Every format
| HEX | #c2adfe |
| RGB | rgb(194, 173, 254) |
| HSL | hsl(256, 98%, 84%) |
| CMYK | cmyk(24%, 32%, 0%, 0%) |
| LAB | lab(75.2 24.0 -37.4) |
| LCH | lch(75.2 44.4 302.7) |
| OKLCH | oklch(0.795 0.115 295.6) |
Copy-ready code
/* CSS */
color: #c2adfe;
background-color: #c2adfe;
/* Tailwind (arbitrary) */
class="text-[#c2adfe] bg-[#c2adfe]"
/* SCSS */
$brand: #c2adfe;
/* SwiftUI */
Color(red: 0.761, green: 0.678, blue: 0.996)
/* Android */
Color.parseColor("#c2adfe")Accessibility — WCAG contrast
Aa
#c2adfe on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2adfe on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.8%
Blue99.6%
CMYK percentages
Cyan23.6%
Magenta31.9%
Yellow0.0%
Key (black)0.4%
Color previews
#c2adfe text on a black background
contrast 10.70:1
Card sample
#c2adfe text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2adfe;
Background color
Panel with #c2adfe background
background-color: #c2adfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2adfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 173, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 173, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2adfe; background: linear-gradient(135deg, #c2adfe, #F8ADFE);