#fd7abd
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 122, 189
HSL
329°, 97%, 74%
CMYK
0, 52, 25, 1
Luminance
0.3848
Every format
| HEX | #fd7abd |
| RGB | rgb(253, 122, 189) |
| HSL | hsl(329, 97%, 74%) |
| CMYK | cmyk(0%, 52%, 25%, 1%) |
| LAB | lab(68.4 57.1 -11.4) |
| LCH | lch(68.4 58.2 348.7) |
| OKLCH | oklch(0.750 0.175 350.2) |
Copy-ready code
/* CSS */
color: #fd7abd;
background-color: #fd7abd;
/* Tailwind (arbitrary) */
class="text-[#fd7abd] bg-[#fd7abd]"
/* SCSS */
$brand: #fd7abd;
/* SwiftUI */
Color(red: 0.992, green: 0.478, blue: 0.741)
/* Android */
Color.parseColor("#fd7abd")Accessibility — WCAG contrast
Aa
#fd7abd on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7abd on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.8%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow25.3%
Key (black)0.8%
Color previews
#fd7abd text on a black background
contrast 8.70:1
Card sample
#fd7abd text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7abd;
Background color
Panel with #fd7abd background
background-color: #fd7abd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7abd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 122, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 122, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7abd; background: linear-gradient(135deg, #fd7abd, #FD8E7A);