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