#c494df
a light, vivid violet · warm · closest name: plum
RGB
196, 148, 223
HSL
278°, 54%, 73%
CMYK
12, 34, 0, 13
Luminance
0.3824
Every format
| HEX | #c494df |
| RGB | rgb(196, 148, 223) |
| HSL | hsl(278, 54%, 73%) |
| CMYK | cmyk(12%, 34%, 0%, 13%) |
| LAB | lab(68.2 31.5 -31.2) |
| LCH | lch(68.2 44.4 315.3) |
| OKLCH | oklch(0.738 0.117 312.9) |
Copy-ready code
/* CSS */
color: #c494df;
background-color: #c494df;
/* Tailwind (arbitrary) */
class="text-[#c494df] bg-[#c494df]"
/* SCSS */
$brand: #c494df;
/* SwiftUI */
Color(red: 0.769, green: 0.580, blue: 0.875)
/* Android */
Color.parseColor("#c494df")Accessibility — WCAG contrast
Aa
#c494df on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c494df on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green58.0%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta33.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c494df text on a black background
contrast 8.65:1
Card sample
#c494df text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c494df;
Background color
Panel with #c494df background
background-color: #c494df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c494df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 148, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 148, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c494df; background: linear-gradient(135deg, #c494df, #DF94C8);