#c293ec
a light, vivid violet · warm · closest name: plum
RGB
194, 147, 236
HSL
272°, 70%, 75%
CMYK
18, 38, 0, 8
Luminance
0.3839
Every format
| HEX | #c293ec |
| RGB | rgb(194, 147, 236) |
| HSL | hsl(272, 70%, 75%) |
| CMYK | cmyk(18%, 38%, 0%, 8%) |
| LAB | lab(68.3 34.3 -38.2) |
| LCH | lch(68.3 51.4 311.9) |
| OKLCH | oklch(0.741 0.134 307.7) |
Copy-ready code
/* CSS */
color: #c293ec;
background-color: #c293ec;
/* Tailwind (arbitrary) */
class="text-[#c293ec] bg-[#c293ec]"
/* SCSS */
$brand: #c293ec;
/* SwiftUI */
Color(red: 0.761, green: 0.576, blue: 0.925)
/* Android */
Color.parseColor("#c293ec")Accessibility — WCAG contrast
Aa
#c293ec on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c293ec on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green57.6%
Blue92.5%
CMYK percentages
Cyan17.8%
Magenta37.7%
Yellow0.0%
Key (black)7.5%
Color previews
#c293ec text on a black background
contrast 8.68:1
Card sample
#c293ec text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c293ec;
Background color
Panel with #c293ec background
background-color: #c293ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c293ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 147, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 147, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c293ec; background: linear-gradient(135deg, #c293ec, #EC93DB);