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