#fd7ef1
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 126, 241
HSL
306°, 97%, 74%
CMYK
0, 50, 5, 1
Luminance
0.4216
Every format
| HEX | #fd7ef1 |
| RGB | rgb(253, 126, 241) |
| HSL | hsl(306, 97%, 74%) |
| CMYK | cmyk(0%, 50%, 5%, 1%) |
| LAB | lab(71.0 63.0 -36.3) |
| LCH | lch(71.0 72.7 330.0) |
| OKLCH | oklch(0.776 0.204 331.0) |
Copy-ready code
/* CSS */
color: #fd7ef1;
background-color: #fd7ef1;
/* Tailwind (arbitrary) */
class="text-[#fd7ef1] bg-[#fd7ef1]"
/* SCSS */
$brand: #fd7ef1;
/* SwiftUI */
Color(red: 0.992, green: 0.494, blue: 0.945)
/* Android */
Color.parseColor("#fd7ef1")Accessibility — WCAG contrast
Aa
#fd7ef1 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7ef1 on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green49.4%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow4.7%
Key (black)0.8%
Color previews
#fd7ef1 text on a black background
contrast 9.43:1
Card sample
#fd7ef1 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7ef1;
Background color
Panel with #fd7ef1 background
background-color: #fd7ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 126, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 126, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7ef1; background: linear-gradient(135deg, #fd7ef1, #FD7E9C);