#fd07fe
a balanced, electric magenta / pink · warm · “magenta”
RGB
253, 7, 254
HSL
300°, 99%, 51%
CMYK
0, 97, 0, 0
Luminance
0.2819
Every format
| HEX | #fd07fe |
| RGB | rgb(253, 7, 254) |
| HSL | hsl(300, 99%, 51%) |
| CMYK | cmyk(0%, 97%, 0%, 0%) |
| LAB | lab(60.1 97.4 -60.7) |
| LCH | lch(60.1 114.8 328.1) |
| OKLCH | oklch(0.699 0.320 328.1) |
Copy-ready code
/* CSS */
color: #fd07fe;
background-color: #fd07fe;
/* Tailwind (arbitrary) */
class="text-[#fd07fe] bg-[#fd07fe]"
/* SCSS */
$brand: #fd07fe;
/* SwiftUI */
Color(red: 0.992, green: 0.027, blue: 0.996)
/* Android */
Color.parseColor("#fd07fe")Accessibility — WCAG contrast
Aa
#fd07fe on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd07fe on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green2.7%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta97.2%
Yellow0.0%
Key (black)0.4%
Color previews
#fd07fe text on a black background
contrast 6.64:1
Card sample
#fd07fe text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd07fe;
Background color
Panel with #fd07fe background
background-color: #fd07fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd07fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 7, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 7, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd07fe; background: linear-gradient(135deg, #fd07fe, #FE075A);