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