#fd35ac
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 53, 172
HSL
324°, 98%, 60%
CMYK
0, 79, 32, 1
Luminance
0.2641
Every format
| HEX | #fd35ac |
| RGB | rgb(253, 53, 172) |
| HSL | hsl(324, 98%, 60%) |
| CMYK | cmyk(0%, 79%, 32%, 1%) |
| LAB | lab(58.4 80.7 -16.7) |
| LCH | lch(58.4 82.5 348.3) |
| OKLCH | oklch(0.675 0.251 350.0) |
Copy-ready code
/* CSS */
color: #fd35ac;
background-color: #fd35ac;
/* Tailwind (arbitrary) */
class="text-[#fd35ac] bg-[#fd35ac]"
/* SCSS */
$brand: #fd35ac;
/* SwiftUI */
Color(red: 0.992, green: 0.208, blue: 0.675)
/* Android */
Color.parseColor("#fd35ac")Accessibility — WCAG contrast
Aa
#fd35ac on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd35ac on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green20.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta79.1%
Yellow32.0%
Key (black)0.8%
Color previews
#fd35ac text on a black background
contrast 6.28:1
Card sample
#fd35ac text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd35ac;
Background color
Panel with #fd35ac background
background-color: #fd35ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd35ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 53, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 53, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd35ac; background: linear-gradient(135deg, #fd35ac, #FD4335);