#c49ee9
a light, vivid violet · warm · closest name: plum
RGB
196, 158, 233
HSL
270°, 63%, 77%
CMYK
16, 32, 0, 9
Luminance
0.4207
Every format
| HEX | #c49ee9 |
| RGB | rgb(196, 158, 233) |
| HSL | hsl(270, 63%, 77%) |
| CMYK | cmyk(16%, 32%, 0%, 9%) |
| LAB | lab(70.9 28.1 -32.5) |
| LCH | lch(70.9 43.0 310.9) |
| OKLCH | oklch(0.760 0.112 307.1) |
Copy-ready code
/* CSS */
color: #c49ee9;
background-color: #c49ee9;
/* Tailwind (arbitrary) */
class="text-[#c49ee9] bg-[#c49ee9]"
/* SCSS */
$brand: #c49ee9;
/* SwiftUI */
Color(red: 0.769, green: 0.620, blue: 0.914)
/* Android */
Color.parseColor("#c49ee9")Accessibility — WCAG contrast
Aa
#c49ee9 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c49ee9 on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green62.0%
Blue91.4%
CMYK percentages
Cyan15.9%
Magenta32.2%
Yellow0.0%
Key (black)8.6%
Color previews
#c49ee9 text on a black background
contrast 9.41:1
Card sample
#c49ee9 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c49ee9;
Background color
Panel with #c49ee9 background
background-color: #c49ee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c49ee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 158, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 158, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c49ee9; background: linear-gradient(135deg, #c49ee9, #E99EDC);