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