#fd2cee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 44, 238
HSL
304°, 98%, 58%
CMYK
0, 83, 6, 1
Luminance
0.2886
Every format
| HEX | #fd2cee |
| RGB | rgb(253, 44, 238) |
| HSL | hsl(304, 98%, 58%) |
| CMYK | cmyk(0%, 83%, 6%, 1%) |
| LAB | lab(60.7 90.8 -50.9) |
| LCH | lch(60.7 104.1 330.8) |
| OKLCH | oklch(0.700 0.296 331.7) |
Copy-ready code
/* CSS */
color: #fd2cee;
background-color: #fd2cee;
/* Tailwind (arbitrary) */
class="text-[#fd2cee] bg-[#fd2cee]"
/* SCSS */
$brand: #fd2cee;
/* SwiftUI */
Color(red: 0.992, green: 0.173, blue: 0.933)
/* Android */
Color.parseColor("#fd2cee")Accessibility — WCAG contrast
Aa
#fd2cee on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2cee on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green17.3%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow5.9%
Key (black)0.8%
Color previews
#fd2cee text on a black background
contrast 6.77:1
Card sample
#fd2cee text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2cee;
Background color
Panel with #fd2cee background
background-color: #fd2cee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2cee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 44, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 44, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2cee; background: linear-gradient(135deg, #fd2cee, #FD2C63);