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