#fd07cd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 7, 205
HSL
312°, 98%, 51%
CMYK
0, 97, 19, 1
Luminance
0.2544
Every format
| HEX | #fd07cd |
| RGB | rgb(253, 7, 205) |
| HSL | hsl(312, 98%, 51%) |
| CMYK | cmyk(0%, 97%, 19%, 1%) |
| LAB | lab(57.5 91.0 -37.2) |
| LCH | lch(57.5 98.3 337.8) |
| OKLCH | oklch(0.673 0.291 339.7) |
Copy-ready code
/* CSS */
color: #fd07cd;
background-color: #fd07cd;
/* Tailwind (arbitrary) */
class="text-[#fd07cd] bg-[#fd07cd]"
/* SCSS */
$brand: #fd07cd;
/* SwiftUI */
Color(red: 0.992, green: 0.027, blue: 0.804)
/* Android */
Color.parseColor("#fd07cd")Accessibility — WCAG contrast
Aa
#fd07cd on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd07cd on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green2.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta97.2%
Yellow19.0%
Key (black)0.8%
Color previews
#fd07cd text on a black background
contrast 6.09:1
Card sample
#fd07cd text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd07cd;
Background color
Panel with #fd07cd background
background-color: #fd07cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd07cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 7, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 7, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd07cd; background: linear-gradient(135deg, #fd07cd, #FD0729);