#fd08ed
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 8, 237
HSL
304°, 98%, 51%
CMYK
0, 97, 6, 1
Luminance
0.2717
Every format
| HEX | #fd08ed |
| RGB | rgb(253, 8, 237) |
| HSL | hsl(304, 98%, 51%) |
| CMYK | cmyk(0%, 97%, 6%, 1%) |
| LAB | lab(59.1 95.0 -52.7) |
| LCH | lch(59.1 108.7 331.0) |
| OKLCH | oklch(0.690 0.309 331.9) |
Copy-ready code
/* CSS */
color: #fd08ed;
background-color: #fd08ed;
/* Tailwind (arbitrary) */
class="text-[#fd08ed] bg-[#fd08ed]"
/* SCSS */
$brand: #fd08ed;
/* SwiftUI */
Color(red: 0.992, green: 0.031, blue: 0.929)
/* Android */
Color.parseColor("#fd08ed")Accessibility — WCAG contrast
Aa
#fd08ed on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd08ed on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green3.1%
Blue92.9%
CMYK percentages
Cyan0.0%
Magenta96.8%
Yellow6.3%
Key (black)0.8%
Color previews
#fd08ed text on a black background
contrast 6.43:1
Card sample
#fd08ed text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd08ed;
Background color
Panel with #fd08ed background
background-color: #fd08ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd08ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 8, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 8, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd08ed; background: linear-gradient(135deg, #fd08ed, #FD084A);