#fd72ad
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 114, 173
HSL
335°, 97%, 72%
CMYK
0, 55, 32, 1
Luminance
0.3593
Every format
| HEX | #fd72ad |
| RGB | rgb(253, 114, 173) |
| HSL | hsl(335, 97%, 72%) |
| CMYK | cmyk(0%, 55%, 32%, 1%) |
| LAB | lab(66.5 58.8 -5.2) |
| LCH | lch(66.5 59.0 354.9) |
| OKLCH | oklch(0.734 0.179 355.8) |
Copy-ready code
/* CSS */
color: #fd72ad;
background-color: #fd72ad;
/* Tailwind (arbitrary) */
class="text-[#fd72ad] bg-[#fd72ad]"
/* SCSS */
$brand: #fd72ad;
/* SwiftUI */
Color(red: 0.992, green: 0.447, blue: 0.678)
/* Android */
Color.parseColor("#fd72ad")Accessibility — WCAG contrast
Aa
#fd72ad on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd72ad on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green44.7%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow31.6%
Key (black)0.8%
Color previews
#fd72ad text on a black background
contrast 8.19:1
Card sample
#fd72ad text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd72ad;
Background color
Panel with #fd72ad background
background-color: #fd72ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd72ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 114, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 114, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd72ad; background: linear-gradient(135deg, #fd72ad, #FD9472);