#fd35eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 53, 235
HSL
305°, 98%, 60%
CMYK
0, 79, 7, 1
Luminance
0.2943
Every format
| HEX | #fd35eb |
| RGB | rgb(253, 53, 235) |
| HSL | hsl(305, 98%, 60%) |
| CMYK | cmyk(0%, 79%, 7%, 1%) |
| LAB | lab(61.2 88.5 -48.4) |
| LCH | lch(61.2 100.9 331.3) |
| OKLCH | oklch(0.704 0.287 332.4) |
Copy-ready code
/* CSS */
color: #fd35eb;
background-color: #fd35eb;
/* Tailwind (arbitrary) */
class="text-[#fd35eb] bg-[#fd35eb]"
/* SCSS */
$brand: #fd35eb;
/* SwiftUI */
Color(red: 0.992, green: 0.208, blue: 0.922)
/* Android */
Color.parseColor("#fd35eb")Accessibility — WCAG contrast
Aa
#fd35eb on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd35eb on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green20.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta79.1%
Yellow7.1%
Key (black)0.8%
Color previews
#fd35eb text on a black background
contrast 6.89:1
Card sample
#fd35eb text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd35eb;
Background color
Panel with #fd35eb background
background-color: #fd35eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd35eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 53, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 53, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd35eb; background: linear-gradient(135deg, #fd35eb, #FD3566);