#c2afee
a light, vivid violet · warm · closest name: plum
RGB
194, 175, 238
HSL
258°, 65%, 81%
CMYK
19, 27, 0, 7
Luminance
0.4830
Every format
| HEX | #c2afee |
| RGB | rgb(194, 175, 238) |
| HSL | hsl(258, 65%, 81%) |
| CMYK | cmyk(19%, 27%, 0%, 7%) |
| LAB | lab(75.0 19.3 -28.9) |
| LCH | lch(75.0 34.8 303.6) |
| OKLCH | oklch(0.792 0.090 298.2) |
Copy-ready code
/* CSS */
color: #c2afee;
background-color: #c2afee;
/* Tailwind (arbitrary) */
class="text-[#c2afee] bg-[#c2afee]"
/* SCSS */
$brand: #c2afee;
/* SwiftUI */
Color(red: 0.761, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#c2afee")Accessibility — WCAG contrast
Aa
#c2afee on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2afee on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green68.6%
Blue93.3%
CMYK percentages
Cyan18.5%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#c2afee text on a black background
contrast 10.66:1
Card sample
#c2afee text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2afee;
Background color
Panel with #c2afee background
background-color: #c2afee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2afee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2afee; background: linear-gradient(135deg, #c2afee, #ECAFEE);