#fd1ada
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 26, 218
HSL
309°, 98%, 55%
CMYK
0, 90, 14, 1
Luminance
0.2668
Every format
| HEX | #fd1ada |
| RGB | rgb(253, 26, 218) |
| HSL | hsl(309, 98%, 55%) |
| CMYK | cmyk(0%, 90%, 14%, 1%) |
| LAB | lab(58.7 91.0 -42.7) |
| LCH | lch(58.7 100.5 334.8) |
| OKLCH | oklch(0.683 0.293 336.5) |
Copy-ready code
/* CSS */
color: #fd1ada;
background-color: #fd1ada;
/* Tailwind (arbitrary) */
class="text-[#fd1ada] bg-[#fd1ada]"
/* SCSS */
$brand: #fd1ada;
/* SwiftUI */
Color(red: 0.992, green: 0.102, blue: 0.855)
/* Android */
Color.parseColor("#fd1ada")Accessibility — WCAG contrast
Aa
#fd1ada on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd1ada on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green10.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta89.7%
Yellow13.8%
Key (black)0.8%
Color previews
#fd1ada text on a black background
contrast 6.34:1
Card sample
#fd1ada text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd1ada;
Background color
Panel with #fd1ada background
background-color: #fd1ada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd1ada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 26, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 26, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd1ada; background: linear-gradient(135deg, #fd1ada, #FD1A42);