#fd5abf
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 90, 191
HSL
323°, 98%, 67%
CMYK
0, 64, 25, 1
Luminance
0.3196
Every format
| HEX | #fd5abf |
| RGB | rgb(253, 90, 191) |
| HSL | hsl(323, 98%, 67%) |
| CMYK | cmyk(0%, 64%, 25%, 1%) |
| LAB | lab(63.3 71.2 -20.2) |
| LCH | lch(63.3 74.0 344.1) |
| OKLCH | oklch(0.713 0.222 346.0) |
Copy-ready code
/* CSS */
color: #fd5abf;
background-color: #fd5abf;
/* Tailwind (arbitrary) */
class="text-[#fd5abf] bg-[#fd5abf]"
/* SCSS */
$brand: #fd5abf;
/* SwiftUI */
Color(red: 0.992, green: 0.353, blue: 0.749)
/* Android */
Color.parseColor("#fd5abf")Accessibility — WCAG contrast
Aa
#fd5abf on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd5abf on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green35.3%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta64.4%
Yellow24.5%
Key (black)0.8%
Color previews
#fd5abf text on a black background
contrast 7.39:1
Card sample
#fd5abf text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5abf;
Background color
Panel with #fd5abf background
background-color: #fd5abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 90, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 90, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5abf; background: linear-gradient(135deg, #fd5abf, #FD625A);