#fd36ff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 54, 255
HSL
299°, 100%, 61%
CMYK
1, 79, 0, 0
Luminance
0.3074
Every format
| HEX | #fd36ff |
| RGB | rgb(253, 54, 255) |
| HSL | hsl(299, 100%, 61%) |
| CMYK | cmyk(1%, 79%, 0%, 0%) |
| LAB | lab(62.3 91.2 -57.7) |
| LCH | lch(62.3 107.9 327.7) |
| OKLCH | oklch(0.715 0.300 327.7) |
Copy-ready code
/* CSS */
color: #fd36ff;
background-color: #fd36ff;
/* Tailwind (arbitrary) */
class="text-[#fd36ff] bg-[#fd36ff]"
/* SCSS */
$brand: #fd36ff;
/* SwiftUI */
Color(red: 0.992, green: 0.212, blue: 1.000)
/* Android */
Color.parseColor("#fd36ff")Accessibility — WCAG contrast
Aa
#fd36ff on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd36ff on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green21.2%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta78.8%
Yellow0.0%
Key (black)0.0%
Color previews
#fd36ff text on a black background
contrast 7.15:1
Card sample
#fd36ff text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd36ff;
Background color
Panel with #fd36ff background
background-color: #fd36ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd36ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 54, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 54, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd36ff; background: linear-gradient(135deg, #fd36ff, #FF367B);