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