#fd72ee
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 114, 238
HSL
307°, 97%, 72%
CMYK
0, 55, 6, 1
Luminance
0.3909
Every format
| HEX | #fd72ee |
| RGB | rgb(253, 114, 238) |
| HSL | hsl(307, 97%, 72%) |
| CMYK | cmyk(0%, 55%, 6%, 1%) |
| LAB | lab(68.8 67.9 -38.0) |
| LCH | lch(68.8 77.8 330.8) |
| OKLCH | oklch(0.759 0.220 331.8) |
Copy-ready code
/* CSS */
color: #fd72ee;
background-color: #fd72ee;
/* Tailwind (arbitrary) */
class="text-[#fd72ee] bg-[#fd72ee]"
/* SCSS */
$brand: #fd72ee;
/* SwiftUI */
Color(red: 0.992, green: 0.447, blue: 0.933)
/* Android */
Color.parseColor("#fd72ee")Accessibility — WCAG contrast
Aa
#fd72ee on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd72ee on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green44.7%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow5.9%
Key (black)0.8%
Color previews
#fd72ee text on a black background
contrast 8.82:1
Card sample
#fd72ee text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd72ee;
Background color
Panel with #fd72ee background
background-color: #fd72ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd72ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 114, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 114, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd72ee; background: linear-gradient(135deg, #fd72ee, #FD7291);