#fd4aba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 74, 186
HSL
323°, 98%, 64%
CMYK
0, 71, 27, 1
Luminance
0.2933
Every format
| HEX | #fd4aba |
| RGB | rgb(253, 74, 186) |
| HSL | hsl(323, 98%, 64%) |
| CMYK | cmyk(0%, 71%, 27%, 1%) |
| LAB | lab(61.1 76.3 -20.8) |
| LCH | lch(61.1 79.0 344.8) |
| OKLCH | oklch(0.696 0.238 346.7) |
Copy-ready code
/* CSS */
color: #fd4aba;
background-color: #fd4aba;
/* Tailwind (arbitrary) */
class="text-[#fd4aba] bg-[#fd4aba]"
/* SCSS */
$brand: #fd4aba;
/* SwiftUI */
Color(red: 0.992, green: 0.290, blue: 0.729)
/* Android */
Color.parseColor("#fd4aba")Accessibility — WCAG contrast
Aa
#fd4aba on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd4aba on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green29.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta70.8%
Yellow26.5%
Key (black)0.8%
Color previews
#fd4aba text on a black background
contrast 6.87:1
Card sample
#fd4aba text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd4aba;
Background color
Panel with #fd4aba background
background-color: #fd4aba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd4aba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 74, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 74, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd4aba; background: linear-gradient(135deg, #fd4aba, #FD514A);