#c293ff
a light, electric violet · warm · closest name: violet
RGB
194, 147, 255
HSL
266°, 100%, 79%
CMYK
24, 42, 0, 0
Luminance
0.3956
Every format
| HEX | #c293ff |
| RGB | rgb(194, 147, 255) |
| HSL | hsl(266, 100%, 79%) |
| CMYK | cmyk(24%, 42%, 0%, 0%) |
| LAB | lab(69.2 38.5 -47.3) |
| LCH | lch(69.2 61.0 309.2) |
| OKLCH | oklch(0.750 0.157 302.9) |
Copy-ready code
/* CSS */
color: #c293ff;
background-color: #c293ff;
/* Tailwind (arbitrary) */
class="text-[#c293ff] bg-[#c293ff]"
/* SCSS */
$brand: #c293ff;
/* SwiftUI */
Color(red: 0.761, green: 0.576, blue: 1.000)
/* Android */
Color.parseColor("#c293ff")Accessibility — WCAG contrast
Aa
#c293ff on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c293ff on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green57.6%
Blue100.0%
CMYK percentages
Cyan23.9%
Magenta42.4%
Yellow0.0%
Key (black)0.0%
Color previews
#c293ff text on a black background
contrast 8.91:1
Card sample
#c293ff text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c293ff;
Background color
Panel with #c293ff background
background-color: #c293ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c293ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 147, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 147, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c293ff; background: linear-gradient(135deg, #c293ff, #FF93F4);