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