#fd35ce
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 53, 206
HSL
314°, 98%, 60%
CMYK
0, 79, 19, 1
Luminance
0.2789
Every format
| HEX | #fd35ce |
| RGB | rgb(253, 53, 206) |
| HSL | hsl(314, 98%, 60%) |
| CMYK | cmyk(0%, 79%, 19%, 1%) |
| LAB | lab(59.8 84.7 -34.2) |
| LCH | lch(59.8 91.3 338.0) |
| OKLCH | oklch(0.689 0.269 339.9) |
Copy-ready code
/* CSS */
color: #fd35ce;
background-color: #fd35ce;
/* Tailwind (arbitrary) */
class="text-[#fd35ce] bg-[#fd35ce]"
/* SCSS */
$brand: #fd35ce;
/* SwiftUI */
Color(red: 0.992, green: 0.208, blue: 0.808)
/* Android */
Color.parseColor("#fd35ce")Accessibility — WCAG contrast
Aa
#fd35ce on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd35ce on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green20.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta79.1%
Yellow18.6%
Key (black)0.8%
Color previews
#fd35ce text on a black background
contrast 6.58:1
Card sample
#fd35ce text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd35ce;
Background color
Panel with #fd35ce background
background-color: #fd35ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd35ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 53, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 53, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd35ce; background: linear-gradient(135deg, #fd35ce, #FD3549);