#c00dfd
a balanced, electric violet · warm · closest name: magenta
RGB
192, 13, 253
HSL
285°, 98%, 52%
CMYK
24, 95, 0, 1
Luminance
0.1859
Every format
| HEX | #c00dfd |
| RGB | rgb(192, 13, 253) |
| HSL | hsl(285, 98%, 52%) |
| CMYK | cmyk(24%, 95%, 0%, 1%) |
| LAB | lab(50.2 88.1 -76.6) |
| LCH | lch(50.2 116.7 319.0) |
| OKLCH | oklch(0.612 0.299 313.5) |
Copy-ready code
/* CSS */
color: #c00dfd;
background-color: #c00dfd;
/* Tailwind (arbitrary) */
class="text-[#c00dfd] bg-[#c00dfd]"
/* SCSS */
$brand: #c00dfd;
/* SwiftUI */
Color(red: 0.753, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#c00dfd")Accessibility — WCAG contrast
Aa
#c00dfd on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c00dfd on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green5.1%
Blue99.2%
CMYK percentages
Cyan24.1%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#c00dfd text on a black background
contrast 4.72:1
Card sample
#c00dfd text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c00dfd;
Background color
Panel with #c00dfd background
background-color: #c00dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c00dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c00dfd; background: linear-gradient(135deg, #c00dfd, #FD0D9A);