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