#fd0fc6
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 15, 198
HSL
314°, 98%, 53%
CMYK
0, 94, 22, 1
Luminance
0.2530
Every format
| HEX | #fd0fc6 |
| RGB | rgb(253, 15, 198) |
| HSL | hsl(314, 98%, 53%) |
| CMYK | cmyk(0%, 94%, 22%, 1%) |
| LAB | lab(57.4 89.7 -33.4) |
| LCH | lch(57.4 95.7 339.6) |
| OKLCH | oklch(0.671 0.285 341.6) |
Copy-ready code
/* CSS */
color: #fd0fc6;
background-color: #fd0fc6;
/* Tailwind (arbitrary) */
class="text-[#fd0fc6] bg-[#fd0fc6]"
/* SCSS */
$brand: #fd0fc6;
/* SwiftUI */
Color(red: 0.992, green: 0.059, blue: 0.776)
/* Android */
Color.parseColor("#fd0fc6")Accessibility — WCAG contrast
Aa
#fd0fc6 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd0fc6 on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green5.9%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta94.1%
Yellow21.7%
Key (black)0.8%
Color previews
#fd0fc6 text on a black background
contrast 6.06:1
Card sample
#fd0fc6 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd0fc6;
Background color
Panel with #fd0fc6 background
background-color: #fd0fc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd0fc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 15, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 15, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd0fc6; background: linear-gradient(135deg, #fd0fc6, #FD0F27);