#c494cf
a light, soft violet · warm · closest name: plum
RGB
196, 148, 207
HSL
289°, 38%, 70%
CMYK
5, 29, 0, 19
Luminance
0.3742
Every format
| HEX | #c494cf |
| RGB | rgb(196, 148, 207) |
| HSL | hsl(289, 38%, 70%) |
| CMYK | cmyk(5%, 29%, 0%, 19%) |
| LAB | lab(67.6 28.3 -23.3) |
| LCH | lch(67.6 36.6 320.5) |
| OKLCH | oklch(0.732 0.099 320.0) |
Copy-ready code
/* CSS */
color: #c494cf;
background-color: #c494cf;
/* Tailwind (arbitrary) */
class="text-[#c494cf] bg-[#c494cf]"
/* SCSS */
$brand: #c494cf;
/* SwiftUI */
Color(red: 0.769, green: 0.580, blue: 0.812)
/* Android */
Color.parseColor("#c494cf")Accessibility — WCAG contrast
Aa
#c494cf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c494cf on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green58.0%
Blue81.2%
CMYK percentages
Cyan5.3%
Magenta28.5%
Yellow0.0%
Key (black)18.8%
Color previews
#c494cf text on a black background
contrast 8.48:1
Card sample
#c494cf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c494cf;
Background color
Panel with #c494cf background
background-color: #c494cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c494cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 148, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 148, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c494cf; background: linear-gradient(135deg, #c494cf, #CF94B3);