#c23dfd
a balanced, electric violet · warm · closest name: magenta
RGB
194, 61, 253
HSL
282°, 98%, 62%
CMYK
23, 76, 0, 1
Luminance
0.2190
Every format
| HEX | #c23dfd |
| RGB | rgb(194, 61, 253) |
| HSL | hsl(282, 98%, 62%) |
| CMYK | cmyk(23%, 76%, 0%, 1%) |
| LAB | lab(53.9 78.4 -70.5) |
| LCH | lch(53.9 105.4 318.0) |
| OKLCH | oklch(0.638 0.272 312.7) |
Copy-ready code
/* CSS */
color: #c23dfd;
background-color: #c23dfd;
/* Tailwind (arbitrary) */
class="text-[#c23dfd] bg-[#c23dfd]"
/* SCSS */
$brand: #c23dfd;
/* SwiftUI */
Color(red: 0.761, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#c23dfd")Accessibility — WCAG contrast
Aa
#c23dfd on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c23dfd on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green23.9%
Blue99.2%
CMYK percentages
Cyan23.3%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c23dfd text on a black background
contrast 5.38:1
Card sample
#c23dfd text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c23dfd;
Background color
Panel with #c23dfd background
background-color: #c23dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c23dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c23dfd; background: linear-gradient(135deg, #c23dfd, #FD3DB8);