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