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