#c229eb
a balanced, electric violet · warm · closest name: magenta
RGB
194, 41, 235
HSL
287°, 83%, 54%
CMYK
17, 83, 0, 8
Luminance
0.1905
Every format
| HEX | #c229eb |
| RGB | rgb(194, 41, 235) |
| HSL | hsl(287, 83%, 54%) |
| CMYK | cmyk(17%, 83%, 0%, 8%) |
| LAB | lab(50.8 80.7 -65.6) |
| LCH | lch(50.8 104.0 320.9) |
| OKLCH | oklch(0.612 0.274 317.5) |
Copy-ready code
/* CSS */
color: #c229eb;
background-color: #c229eb;
/* Tailwind (arbitrary) */
class="text-[#c229eb] bg-[#c229eb]"
/* SCSS */
$brand: #c229eb;
/* SwiftUI */
Color(red: 0.761, green: 0.161, blue: 0.922)
/* Android */
Color.parseColor("#c229eb")Accessibility — WCAG contrast
Aa
#c229eb on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c229eb on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green16.1%
Blue92.2%
CMYK percentages
Cyan17.4%
Magenta82.6%
Yellow0.0%
Key (black)7.8%
Color previews
#c229eb text on a black background
contrast 4.81:1
Card sample
#c229eb text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c229eb;
Background color
Panel with #c229eb background
background-color: #c229eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c229eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 41, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 41, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c229eb; background: linear-gradient(135deg, #c229eb, #EB2993);