#fd1acf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 26, 207
HSL
312°, 98%, 55%
CMYK
0, 90, 18, 1
Luminance
0.2613
Every format
| HEX | #fd1acf |
| RGB | rgb(253, 26, 207) |
| HSL | hsl(312, 98%, 55%) |
| CMYK | cmyk(0%, 90%, 18%, 1%) |
| LAB | lab(58.2 89.7 -37.3) |
| LCH | lch(58.2 97.1 337.4) |
| OKLCH | oklch(0.678 0.286 339.3) |
Copy-ready code
/* CSS */
color: #fd1acf;
background-color: #fd1acf;
/* Tailwind (arbitrary) */
class="text-[#fd1acf] bg-[#fd1acf]"
/* SCSS */
$brand: #fd1acf;
/* SwiftUI */
Color(red: 0.992, green: 0.102, blue: 0.812)
/* Android */
Color.parseColor("#fd1acf")Accessibility — WCAG contrast
Aa
#fd1acf on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd1acf on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green10.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta89.7%
Yellow18.2%
Key (black)0.8%
Color previews
#fd1acf text on a black background
contrast 6.23:1
Card sample
#fd1acf text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd1acf;
Background color
Panel with #fd1acf background
background-color: #fd1acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd1acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 26, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 26, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd1acf; background: linear-gradient(135deg, #fd1acf, #FD1A37);