#fd2188
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 33, 136
HSL
332°, 98%, 56%
CMYK
0, 87, 46, 1
Luminance
0.2375
Every format
| HEX | #fd2188 |
| RGB | rgb(253, 33, 136) |
| HSL | hsl(332, 98%, 56%) |
| CMYK | cmyk(0%, 87%, 46%, 1%) |
| LAB | lab(55.8 81.5 0.6) |
| LCH | lch(55.8 81.5 0.4) |
| OKLCH | oklch(0.652 0.251 0.6) |
Copy-ready code
/* CSS */
color: #fd2188;
background-color: #fd2188;
/* Tailwind (arbitrary) */
class="text-[#fd2188] bg-[#fd2188]"
/* SCSS */
$brand: #fd2188;
/* SwiftUI */
Color(red: 0.992, green: 0.129, blue: 0.533)
/* Android */
Color.parseColor("#fd2188")Accessibility — WCAG contrast
Aa
#fd2188 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2188 on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green12.9%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow46.2%
Key (black)0.8%
Color previews
#fd2188 text on a black background
contrast 5.75:1
Card sample
#fd2188 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2188;
Background color
Panel with #fd2188 background
background-color: #fd2188;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2188;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 33, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 33, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2188; background: linear-gradient(135deg, #fd2188, #FD4D21);