#fd0abf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 10, 191
HSL
315°, 98%, 52%
CMYK
0, 96, 25, 1
Luminance
0.2486
Every format
| HEX | #fd0abf |
| RGB | rgb(253, 10, 191) |
| HSL | hsl(315, 98%, 52%) |
| CMYK | cmyk(0%, 96%, 25%, 1%) |
| LAB | lab(57.0 89.3 -30.0) |
| LCH | lch(57.0 94.2 341.4) |
| OKLCH | oklch(0.667 0.283 343.5) |
Copy-ready code
/* CSS */
color: #fd0abf;
background-color: #fd0abf;
/* Tailwind (arbitrary) */
class="text-[#fd0abf] bg-[#fd0abf]"
/* SCSS */
$brand: #fd0abf;
/* SwiftUI */
Color(red: 0.992, green: 0.039, blue: 0.749)
/* Android */
Color.parseColor("#fd0abf")Accessibility — WCAG contrast
Aa
#fd0abf on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0abf on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green3.9%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta96.0%
Yellow24.5%
Key (black)0.8%
Color previews
#fd0abf text on a black background
contrast 5.97:1
Card sample
#fd0abf text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0abf;
Background color
Panel with #fd0abf background
background-color: #fd0abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 10, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 10, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0abf; background: linear-gradient(135deg, #fd0abf, #FD0A1D);