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