#fd36af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 54, 175
HSL
324°, 98%, 60%
CMYK
0, 79, 31, 1
Luminance
0.2662
Every format
| HEX | #fd36af |
| RGB | rgb(253, 54, 175) |
| HSL | hsl(324, 98%, 60%) |
| CMYK | cmyk(0%, 79%, 31%, 1%) |
| LAB | lab(58.6 80.8 -18.2) |
| LCH | lch(58.6 82.8 347.3) |
| OKLCH | oklch(0.677 0.252 349.1) |
Copy-ready code
/* CSS */
color: #fd36af;
background-color: #fd36af;
/* Tailwind (arbitrary) */
class="text-[#fd36af] bg-[#fd36af]"
/* SCSS */
$brand: #fd36af;
/* SwiftUI */
Color(red: 0.992, green: 0.212, blue: 0.686)
/* Android */
Color.parseColor("#fd36af")Accessibility — WCAG contrast
Aa
#fd36af on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd36af on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green21.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta78.7%
Yellow30.8%
Key (black)0.8%
Color previews
#fd36af text on a black background
contrast 6.32:1
Card sample
#fd36af text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd36af;
Background color
Panel with #fd36af background
background-color: #fd36af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd36af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 54, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 54, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd36af; background: linear-gradient(135deg, #fd36af, #FD4236);