#fd7acf
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 122, 207
HSL
321°, 97%, 74%
CMYK
0, 52, 18, 1
Luminance
0.3931
Every format
| HEX | #fd7acf |
| RGB | rgb(253, 122, 207) |
| HSL | hsl(321, 97%, 74%) |
| CMYK | cmyk(0%, 52%, 18%, 1%) |
| LAB | lab(69.0 59.6 -20.6) |
| LCH | lch(69.0 63.1 340.9) |
| OKLCH | oklch(0.757 0.185 342.8) |
Copy-ready code
/* CSS */
color: #fd7acf;
background-color: #fd7acf;
/* Tailwind (arbitrary) */
class="text-[#fd7acf] bg-[#fd7acf]"
/* SCSS */
$brand: #fd7acf;
/* SwiftUI */
Color(red: 0.992, green: 0.478, blue: 0.812)
/* Android */
Color.parseColor("#fd7acf")Accessibility — WCAG contrast
Aa
#fd7acf on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7acf on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta51.8%
Yellow18.2%
Key (black)0.8%
Color previews
#fd7acf text on a black background
contrast 8.86:1
Card sample
#fd7acf text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7acf;
Background color
Panel with #fd7acf background
background-color: #fd7acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 122, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 122, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7acf; background: linear-gradient(135deg, #fd7acf, #FD7C7A);