#fd7daf
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 125, 175
HSL
337°, 97%, 74%
CMYK
0, 51, 31, 1
Luminance
0.3865
Every format
| HEX | #fd7daf |
| RGB | rgb(253, 125, 175) |
| HSL | hsl(337, 97%, 74%) |
| CMYK | cmyk(0%, 51%, 31%, 1%) |
| LAB | lab(68.5 53.9 -3.4) |
| LCH | lch(68.5 54.0 356.4) |
| OKLCH | oklch(0.750 0.164 357.1) |
Copy-ready code
/* CSS */
color: #fd7daf;
background-color: #fd7daf;
/* Tailwind (arbitrary) */
class="text-[#fd7daf] bg-[#fd7daf]"
/* SCSS */
$brand: #fd7daf;
/* SwiftUI */
Color(red: 0.992, green: 0.490, blue: 0.686)
/* Android */
Color.parseColor("#fd7daf")Accessibility — WCAG contrast
Aa
#fd7daf on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7daf on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green49.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow30.8%
Key (black)0.8%
Color previews
#fd7daf text on a black background
contrast 8.73:1
Card sample
#fd7daf text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7daf;
Background color
Panel with #fd7daf background
background-color: #fd7daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 125, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 125, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7daf; background: linear-gradient(135deg, #fd7daf, #FDA07D);