#fd72cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
253, 114, 207
HSL
320°, 97%, 72%
CMYK
0, 55, 18, 1
Luminance
0.3742
Every format
| HEX | #fd72cf |
| RGB | rgb(253, 114, 207) |
| HSL | hsl(320, 97%, 72%) |
| CMYK | cmyk(0%, 55%, 18%, 1%) |
| LAB | lab(67.6 63.3 -22.7) |
| LCH | lch(67.6 67.2 340.3) |
| OKLCH | oklch(0.746 0.198 342.1) |
Copy-ready code
/* CSS */
color: #fd72cf;
background-color: #fd72cf;
/* Tailwind (arbitrary) */
class="text-[#fd72cf] bg-[#fd72cf]"
/* SCSS */
$brand: #fd72cf;
/* SwiftUI */
Color(red: 0.992, green: 0.447, blue: 0.812)
/* Android */
Color.parseColor("#fd72cf")Accessibility — WCAG contrast
Aa
#fd72cf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd72cf on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green44.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow18.2%
Key (black)0.8%
Color previews
#fd72cf text on a black background
contrast 8.48:1
Card sample
#fd72cf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd72cf;
Background color
Panel with #fd72cf background
background-color: #fd72cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd72cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 114, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 114, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd72cf; background: linear-gradient(135deg, #fd72cf, #FD7272);