#c23af5
a balanced, electric violet · warm · closest name: magenta
RGB
194, 58, 245
HSL
284°, 90%, 59%
CMYK
21, 76, 0, 4
Luminance
0.2109
Every format
| HEX | #c23af5 |
| RGB | rgb(194, 58, 245) |
| HSL | hsl(284, 90%, 59%) |
| CMYK | cmyk(21%, 76%, 0%, 4%) |
| LAB | lab(53.0 77.8 -67.5) |
| LCH | lch(53.0 103.0 319.1) |
| OKLCH | oklch(0.630 0.268 314.6) |
Copy-ready code
/* CSS */
color: #c23af5;
background-color: #c23af5;
/* Tailwind (arbitrary) */
class="text-[#c23af5] bg-[#c23af5]"
/* SCSS */
$brand: #c23af5;
/* SwiftUI */
Color(red: 0.761, green: 0.227, blue: 0.961)
/* Android */
Color.parseColor("#c23af5")Accessibility — WCAG contrast
Aa
#c23af5 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c23af5 on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green22.7%
Blue96.1%
CMYK percentages
Cyan20.8%
Magenta76.3%
Yellow0.0%
Key (black)3.9%
Color previews
#c23af5 text on a black background
contrast 5.22:1
Card sample
#c23af5 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c23af5;
Background color
Panel with #c23af5 background
background-color: #c23af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c23af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 58, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 58, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c23af5; background: linear-gradient(135deg, #c23af5, #F53AAB);