#c49eee
a light, vivid violet · warm · closest name: plum
RGB
196, 158, 238
HSL
269°, 70%, 78%
CMYK
18, 34, 0, 7
Luminance
0.4236
Every format
| HEX | #c49eee |
| RGB | rgb(196, 158, 238) |
| HSL | hsl(269, 70%, 78%) |
| CMYK | cmyk(18%, 34%, 0%, 7%) |
| LAB | lab(71.1 29.2 -35.0) |
| LCH | lch(71.1 45.6 309.9) |
| OKLCH | oklch(0.763 0.118 305.5) |
Copy-ready code
/* CSS */
color: #c49eee;
background-color: #c49eee;
/* Tailwind (arbitrary) */
class="text-[#c49eee] bg-[#c49eee]"
/* SCSS */
$brand: #c49eee;
/* SwiftUI */
Color(red: 0.769, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#c49eee")Accessibility — WCAG contrast
Aa
#c49eee on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c49eee on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green62.0%
Blue93.3%
CMYK percentages
Cyan17.6%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#c49eee text on a black background
contrast 9.47:1
Card sample
#c49eee text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c49eee;
Background color
Panel with #c49eee background
background-color: #c49eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c49eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c49eee; background: linear-gradient(135deg, #c49eee, #EE9EE3);