#fd2aea
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 42, 234
HSL
305°, 98%, 58%
CMYK
0, 83, 8, 1
Luminance
0.2848
Every format
| HEX | #fd2aea |
| RGB | rgb(253, 42, 234) |
| HSL | hsl(305, 98%, 58%) |
| CMYK | cmyk(0%, 83%, 8%, 1%) |
| LAB | lab(60.3 90.7 -49.1) |
| LCH | lch(60.3 103.1 331.5) |
| OKLCH | oklch(0.697 0.294 332.6) |
Copy-ready code
/* CSS */
color: #fd2aea;
background-color: #fd2aea;
/* Tailwind (arbitrary) */
class="text-[#fd2aea] bg-[#fd2aea]"
/* SCSS */
$brand: #fd2aea;
/* SwiftUI */
Color(red: 0.992, green: 0.165, blue: 0.918)
/* Android */
Color.parseColor("#fd2aea")Accessibility — WCAG contrast
Aa
#fd2aea on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2aea on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green16.5%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow7.5%
Key (black)0.8%
Color previews
#fd2aea text on a black background
contrast 6.70:1
Card sample
#fd2aea text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2aea;
Background color
Panel with #fd2aea background
background-color: #fd2aea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2aea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 42, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 42, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2aea; background: linear-gradient(135deg, #fd2aea, #FD2A5D);