#fd2bab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 43, 171
HSL
323°, 98%, 58%
CMYK
0, 83, 32, 1
Luminance
0.2555
Every format
| HEX | #fd2bab |
| RGB | rgb(253, 43, 171) |
| HSL | hsl(323, 98%, 58%) |
| CMYK | cmyk(0%, 83%, 32%, 1%) |
| LAB | lab(57.6 82.9 -17.4) |
| LCH | lch(57.6 84.7 348.2) |
| OKLCH | oklch(0.669 0.258 349.9) |
Copy-ready code
/* CSS */
color: #fd2bab;
background-color: #fd2bab;
/* Tailwind (arbitrary) */
class="text-[#fd2bab] bg-[#fd2bab]"
/* SCSS */
$brand: #fd2bab;
/* SwiftUI */
Color(red: 0.992, green: 0.169, blue: 0.671)
/* Android */
Color.parseColor("#fd2bab")Accessibility — WCAG contrast
Aa
#fd2bab on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2bab on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green16.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta83.0%
Yellow32.4%
Key (black)0.8%
Color previews
#fd2bab text on a black background
contrast 6.11:1
Card sample
#fd2bab text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2bab;
Background color
Panel with #fd2bab background
background-color: #fd2bab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2bab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 43, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 43, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2bab; background: linear-gradient(135deg, #fd2bab, #FD372B);