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