#fd03ac
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 3, 172
HSL
319°, 98%, 50%
CMYK
0, 99, 32, 1
Luminance
0.2393
Every format
| HEX | #fd03ac |
| RGB | rgb(253, 3, 172) |
| HSL | hsl(319, 98%, 50%) |
| CMYK | cmyk(0%, 99%, 32%, 1%) |
| LAB | lab(56.0 87.7 -20.4) |
| LCH | lch(56.0 90.0 346.9) |
| OKLCH | oklch(0.658 0.275 348.8) |
Copy-ready code
/* CSS */
color: #fd03ac;
background-color: #fd03ac;
/* Tailwind (arbitrary) */
class="text-[#fd03ac] bg-[#fd03ac]"
/* SCSS */
$brand: #fd03ac;
/* SwiftUI */
Color(red: 0.992, green: 0.012, blue: 0.675)
/* Android */
Color.parseColor("#fd03ac")Accessibility — WCAG contrast
Aa
#fd03ac on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd03ac on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green1.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta98.8%
Yellow32.0%
Key (black)0.8%
Color previews
#fd03ac text on a black background
contrast 5.79:1
Card sample
#fd03ac text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd03ac;
Background color
Panel with #fd03ac background
background-color: #fd03ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd03ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 3, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 3, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd03ac; background: linear-gradient(135deg, #fd03ac, #FD0306);