#c04cf4
a balanced, electric violet · warm · closest name: magenta
RGB
192, 76, 244
HSL
281°, 88%, 63%
CMYK
21, 69, 0, 4
Luminance
0.2291
Every format
| HEX | #c04cf4 |
| RGB | rgb(192, 76, 244) |
| HSL | hsl(281, 88%, 63%) |
| CMYK | cmyk(21%, 69%, 0%, 4%) |
| LAB | lab(55.0 70.8 -63.8) |
| LCH | lch(55.0 95.3 318.0) |
| OKLCH | oklch(0.643 0.247 313.3) |
Copy-ready code
/* CSS */
color: #c04cf4;
background-color: #c04cf4;
/* Tailwind (arbitrary) */
class="text-[#c04cf4] bg-[#c04cf4]"
/* SCSS */
$brand: #c04cf4;
/* SwiftUI */
Color(red: 0.753, green: 0.298, blue: 0.957)
/* Android */
Color.parseColor("#c04cf4")Accessibility — WCAG contrast
Aa
#c04cf4 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c04cf4 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green29.8%
Blue95.7%
CMYK percentages
Cyan21.3%
Magenta68.9%
Yellow0.0%
Key (black)4.3%
Color previews
#c04cf4 text on a black background
contrast 5.58:1
Card sample
#c04cf4 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c04cf4;
Background color
Panel with #c04cf4 background
background-color: #c04cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c04cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 76, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 76, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c04cf4; background: linear-gradient(135deg, #c04cf4, #F44CB8);