#fd72eb
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 114, 235
HSL
308°, 97%, 72%
CMYK
0, 55, 7, 1
Luminance
0.3892
Every format
| HEX | #fd72eb |
| RGB | rgb(253, 114, 235) |
| HSL | hsl(308, 97%, 72%) |
| CMYK | cmyk(0%, 55%, 7%, 1%) |
| LAB | lab(68.7 67.5 -36.6) |
| LCH | lch(68.7 76.7 331.5) |
| OKLCH | oklch(0.758 0.218 332.7) |
Copy-ready code
/* CSS */
color: #fd72eb;
background-color: #fd72eb;
/* Tailwind (arbitrary) */
class="text-[#fd72eb] bg-[#fd72eb]"
/* SCSS */
$brand: #fd72eb;
/* SwiftUI */
Color(red: 0.992, green: 0.447, blue: 0.922)
/* Android */
Color.parseColor("#fd72eb")Accessibility — WCAG contrast
Aa
#fd72eb on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd72eb on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green44.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow7.1%
Key (black)0.8%
Color previews
#fd72eb text on a black background
contrast 8.78:1
Card sample
#fd72eb text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd72eb;
Background color
Panel with #fd72eb background
background-color: #fd72eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd72eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 114, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 114, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd72eb; background: linear-gradient(135deg, #fd72eb, #FD728E);