#c24af5
a balanced, electric violet · warm · closest name: magenta
RGB
194, 74, 245
HSL
282°, 90%, 63%
CMYK
21, 70, 0, 4
Luminance
0.2296
Every format
| HEX | #c24af5 |
| RGB | rgb(194, 74, 245) |
| HSL | hsl(282, 90%, 63%) |
| CMYK | cmyk(21%, 70%, 0%, 4%) |
| LAB | lab(55.0 72.2 -64.3) |
| LCH | lch(55.0 96.6 318.3) |
| OKLCH | oklch(0.644 0.251 313.8) |
Copy-ready code
/* CSS */
color: #c24af5;
background-color: #c24af5;
/* Tailwind (arbitrary) */
class="text-[#c24af5] bg-[#c24af5]"
/* SCSS */
$brand: #c24af5;
/* SwiftUI */
Color(red: 0.761, green: 0.290, blue: 0.961)
/* Android */
Color.parseColor("#c24af5")Accessibility — WCAG contrast
Aa
#c24af5 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c24af5 on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green29.0%
Blue96.1%
CMYK percentages
Cyan20.8%
Magenta69.8%
Yellow0.0%
Key (black)3.9%
Color previews
#c24af5 text on a black background
contrast 5.59:1
Card sample
#c24af5 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c24af5;
Background color
Panel with #c24af5 background
background-color: #c24af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c24af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 74, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 74, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c24af5; background: linear-gradient(135deg, #c24af5, #F54AB6);