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