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