#c247eb
a balanced, electric violet · warm · closest name: magenta
RGB
194, 71, 235
HSL
285°, 80%, 60%
CMYK
17, 70, 0, 8
Luminance
0.2197
Every format
| HEX | #c247eb |
| RGB | rgb(194, 71, 235) |
| HSL | hsl(285, 80%, 60%) |
| CMYK | cmyk(17%, 70%, 0%, 8%) |
| LAB | lab(54.0 71.4 -60.3) |
| LCH | lch(54.0 93.5 319.8) |
| OKLCH | oklch(0.635 0.246 316.3) |
Copy-ready code
/* CSS */
color: #c247eb;
background-color: #c247eb;
/* Tailwind (arbitrary) */
class="text-[#c247eb] bg-[#c247eb]"
/* SCSS */
$brand: #c247eb;
/* SwiftUI */
Color(red: 0.761, green: 0.278, blue: 0.922)
/* Android */
Color.parseColor("#c247eb")Accessibility — WCAG contrast
Aa
#c247eb on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c247eb on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green27.8%
Blue92.2%
CMYK percentages
Cyan17.4%
Magenta69.8%
Yellow0.0%
Key (black)7.8%
Color previews
#c247eb text on a black background
contrast 5.39:1
Card sample
#c247eb text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c247eb;
Background color
Panel with #c247eb background
background-color: #c247eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c247eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 71, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 71, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c247eb; background: linear-gradient(135deg, #c247eb, #EB47A7);