#fd3ab4
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 58, 180
HSL
323°, 98%, 61%
CMYK
0, 77, 29, 1
Luminance
0.2720
Every format
| HEX | #fd3ab4 |
| RGB | rgb(253, 58, 180) |
| HSL | hsl(323, 98%, 61%) |
| CMYK | cmyk(0%, 77%, 29%, 1%) |
| LAB | lab(59.2 80.3 -20.2) |
| LCH | lch(59.2 82.8 345.9) |
| OKLCH | oklch(0.681 0.251 347.7) |
Copy-ready code
/* CSS */
color: #fd3ab4;
background-color: #fd3ab4;
/* Tailwind (arbitrary) */
class="text-[#fd3ab4] bg-[#fd3ab4]"
/* SCSS */
$brand: #fd3ab4;
/* SwiftUI */
Color(red: 0.992, green: 0.227, blue: 0.706)
/* Android */
Color.parseColor("#fd3ab4")Accessibility — WCAG contrast
Aa
#fd3ab4 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3ab4 on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green22.7%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow28.9%
Key (black)0.8%
Color previews
#fd3ab4 text on a black background
contrast 6.44:1
Card sample
#fd3ab4 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3ab4;
Background color
Panel with #fd3ab4 background
background-color: #fd3ab4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3ab4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 58, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 58, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3ab4; background: linear-gradient(135deg, #fd3ab4, #FD423A);