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