#fd36ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 54, 186
HSL
320°, 98%, 60%
CMYK
0, 79, 27, 1
Luminance
0.2707
Every format
| HEX | #fd36ba |
| RGB | rgb(253, 54, 186) |
| HSL | hsl(320, 98%, 60%) |
| CMYK | cmyk(0%, 79%, 27%, 1%) |
| LAB | lab(59.0 82.0 -23.9) |
| LCH | lch(59.0 85.4 343.8) |
| OKLCH | oklch(0.681 0.257 345.7) |
Copy-ready code
/* CSS */
color: #fd36ba;
background-color: #fd36ba;
/* Tailwind (arbitrary) */
class="text-[#fd36ba] bg-[#fd36ba]"
/* SCSS */
$brand: #fd36ba;
/* SwiftUI */
Color(red: 0.992, green: 0.212, blue: 0.729)
/* Android */
Color.parseColor("#fd36ba")Accessibility — WCAG contrast
Aa
#fd36ba on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd36ba on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green21.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta78.7%
Yellow26.5%
Key (black)0.8%
Color previews
#fd36ba text on a black background
contrast 6.41:1
Card sample
#fd36ba text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd36ba;
Background color
Panel with #fd36ba background
background-color: #fd36ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd36ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 54, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 54, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd36ba; background: linear-gradient(135deg, #fd36ba, #FD3736);