#dc35fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
220, 53, 253
HSL
290°, 98%, 60%
CMYK
13, 79, 0, 1
Luminance
0.2485
Every format
| HEX | #dc35fd |
| RGB | rgb(220, 53, 253) |
| HSL | hsl(290, 98%, 60%) |
| CMYK | cmyk(13%, 79%, 0%, 1%) |
| LAB | lab(56.9 85.2 -65.5) |
| LCH | lch(56.9 107.5 322.5) |
| OKLCH | oklch(0.667 0.287 320.2) |
Copy-ready code
/* CSS */
color: #dc35fd;
background-color: #dc35fd;
/* Tailwind (arbitrary) */
class="text-[#dc35fd] bg-[#dc35fd]"
/* SCSS */
$brand: #dc35fd;
/* SwiftUI */
Color(red: 0.863, green: 0.208, blue: 0.992)
/* Android */
Color.parseColor("#dc35fd")Accessibility — WCAG contrast
Aa
#dc35fd on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc35fd on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green20.8%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta79.1%
Yellow0.0%
Key (black)0.8%
Color previews
#dc35fd text on a black background
contrast 5.97:1
Card sample
#dc35fd text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc35fd;
Background color
Panel with #dc35fd background
background-color: #dc35fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc35fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 53, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 53, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc35fd; background: linear-gradient(135deg, #dc35fd, #FD3599);