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