#fd3fe2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 63, 226
HSL
309°, 98%, 62%
CMYK
0, 75, 11, 1
Luminance
0.2993
Every format
| HEX | #fd3fe2 |
| RGB | rgb(253, 63, 226) |
| HSL | hsl(309, 98%, 62%) |
| CMYK | cmyk(0%, 75%, 11%, 1%) |
| LAB | lab(61.6 84.7 -42.7) |
| LCH | lch(61.6 94.9 333.3) |
| OKLCH | oklch(0.705 0.273 334.7) |
Copy-ready code
/* CSS */
color: #fd3fe2;
background-color: #fd3fe2;
/* Tailwind (arbitrary) */
class="text-[#fd3fe2] bg-[#fd3fe2]"
/* SCSS */
$brand: #fd3fe2;
/* SwiftUI */
Color(red: 0.992, green: 0.247, blue: 0.886)
/* Android */
Color.parseColor("#fd3fe2")Accessibility — WCAG contrast
Aa
#fd3fe2 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3fe2 on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green24.7%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow10.7%
Key (black)0.8%
Color previews
#fd3fe2 text on a black background
contrast 6.99:1
Card sample
#fd3fe2 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3fe2;
Background color
Panel with #fd3fe2 background
background-color: #fd3fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 63, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 63, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3fe2; background: linear-gradient(135deg, #fd3fe2, #FD3F64);