#fd3fea
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 63, 234
HSL
306°, 98%, 62%
CMYK
0, 75, 8, 1
Luminance
0.3038
Every format
| HEX | #fd3fea |
| RGB | rgb(253, 63, 234) |
| HSL | hsl(306, 98%, 62%) |
| CMYK | cmyk(0%, 75%, 8%, 1%) |
| LAB | lab(62.0 85.8 -46.5) |
| LCH | lch(62.0 97.7 331.5) |
| OKLCH | oklch(0.709 0.278 332.7) |
Copy-ready code
/* CSS */
color: #fd3fea;
background-color: #fd3fea;
/* Tailwind (arbitrary) */
class="text-[#fd3fea] bg-[#fd3fea]"
/* SCSS */
$brand: #fd3fea;
/* SwiftUI */
Color(red: 0.992, green: 0.247, blue: 0.918)
/* Android */
Color.parseColor("#fd3fea")Accessibility — WCAG contrast
Aa
#fd3fea on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd3fea on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green24.7%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow7.5%
Key (black)0.8%
Color previews
#fd3fea text on a black background
contrast 7.08:1
Card sample
#fd3fea text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3fea;
Background color
Panel with #fd3fea background
background-color: #fd3fea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3fea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 63, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 63, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3fea; background: linear-gradient(135deg, #fd3fea, #FD3F6C);