#fd11cb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 17, 203
HSL
313°, 98%, 53%
CMYK
0, 93, 20, 1
Luminance
0.2560
Every format
| HEX | #fd11cb |
| RGB | rgb(253, 17, 203) |
| HSL | hsl(313, 98%, 53%) |
| CMYK | cmyk(0%, 93%, 20%, 1%) |
| LAB | lab(57.7 90.1 -35.8) |
| LCH | lch(57.7 97.0 338.3) |
| OKLCH | oklch(0.673 0.287 340.3) |
Copy-ready code
/* CSS */
color: #fd11cb;
background-color: #fd11cb;
/* Tailwind (arbitrary) */
class="text-[#fd11cb] bg-[#fd11cb]"
/* SCSS */
$brand: #fd11cb;
/* SwiftUI */
Color(red: 0.992, green: 0.067, blue: 0.796)
/* Android */
Color.parseColor("#fd11cb")Accessibility — WCAG contrast
Aa
#fd11cb on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd11cb on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green6.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow19.8%
Key (black)0.8%
Color previews
#fd11cb text on a black background
contrast 6.12:1
Card sample
#fd11cb text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd11cb;
Background color
Panel with #fd11cb background
background-color: #fd11cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd11cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 17, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 17, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd11cb; background: linear-gradient(135deg, #fd11cb, #FD112E);