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