#fd0abb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 10, 187
HSL
316°, 98%, 52%
CMYK
0, 96, 26, 1
Luminance
0.2469
Every format
| HEX | #fd0abb |
| RGB | rgb(253, 10, 187) |
| HSL | hsl(316, 98%, 52%) |
| CMYK | cmyk(0%, 96%, 26%, 1%) |
| LAB | lab(56.8 88.8 -28.0) |
| LCH | lch(56.8 93.1 342.5) |
| OKLCH | oklch(0.665 0.281 344.6) |
Copy-ready code
/* CSS */
color: #fd0abb;
background-color: #fd0abb;
/* Tailwind (arbitrary) */
class="text-[#fd0abb] bg-[#fd0abb]"
/* SCSS */
$brand: #fd0abb;
/* SwiftUI */
Color(red: 0.992, green: 0.039, blue: 0.733)
/* Android */
Color.parseColor("#fd0abb")Accessibility — WCAG contrast
Aa
#fd0abb on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0abb on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green3.9%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta96.0%
Yellow26.1%
Key (black)0.8%
Color previews
#fd0abb text on a black background
contrast 5.94:1
Card sample
#fd0abb text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0abb;
Background color
Panel with #fd0abb background
background-color: #fd0abb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0abb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 10, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 10, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0abb; background: linear-gradient(135deg, #fd0abb, #FD0A19);