#fd2b8c
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 43, 140
HSL
332°, 98%, 58%
CMYK
0, 83, 45, 1
Luminance
0.2450
Every format
| HEX | #fd2b8c |
| RGB | rgb(253, 43, 140) |
| HSL | hsl(332, 98%, 58%) |
| CMYK | cmyk(0%, 83%, 45%, 1%) |
| LAB | lab(56.6 80.0 -0.7) |
| LCH | lch(56.6 80.0 359.5) |
| OKLCH | oklch(0.658 0.246 359.8) |
Copy-ready code
/* CSS */
color: #fd2b8c;
background-color: #fd2b8c;
/* Tailwind (arbitrary) */
class="text-[#fd2b8c] bg-[#fd2b8c]"
/* SCSS */
$brand: #fd2b8c;
/* SwiftUI */
Color(red: 0.992, green: 0.169, blue: 0.549)
/* Android */
Color.parseColor("#fd2b8c")Accessibility — WCAG contrast
Aa
#fd2b8c on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2b8c on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green16.9%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta83.0%
Yellow44.7%
Key (black)0.8%
Color previews
#fd2b8c text on a black background
contrast 5.90:1
Card sample
#fd2b8c text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2b8c;
Background color
Panel with #fd2b8c background
background-color: #fd2b8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2b8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 43, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 43, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2b8c; background: linear-gradient(135deg, #fd2b8c, #FD562B);