#c2adfc
a light, electric violet · warm · closest name: plum
RGB
194, 173, 252
HSL
256°, 93%, 83%
CMYK
23, 31, 0, 1
Luminance
0.4838
Every format
| HEX | #c2adfc |
| RGB | rgb(194, 173, 252) |
| HSL | hsl(256, 93%, 83%) |
| CMYK | cmyk(23%, 31%, 0%, 1%) |
| LAB | lab(75.1 23.5 -36.4) |
| LCH | lch(75.1 43.4 302.8) |
| OKLCH | oklch(0.794 0.112 296.0) |
Copy-ready code
/* CSS */
color: #c2adfc;
background-color: #c2adfc;
/* Tailwind (arbitrary) */
class="text-[#c2adfc] bg-[#c2adfc]"
/* SCSS */
$brand: #c2adfc;
/* SwiftUI */
Color(red: 0.761, green: 0.678, blue: 0.988)
/* Android */
Color.parseColor("#c2adfc")Accessibility — WCAG contrast
Aa
#c2adfc on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2adfc on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green67.8%
Blue98.8%
CMYK percentages
Cyan23.0%
Magenta31.3%
Yellow0.0%
Key (black)1.2%
Color previews
#c2adfc text on a black background
contrast 10.68:1
Card sample
#c2adfc text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2adfc;
Background color
Panel with #c2adfc background
background-color: #c2adfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2adfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 173, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 173, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2adfc; background: linear-gradient(135deg, #c2adfc, #F7ADFC);