#fd7ee2
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 126, 226
HSL
313°, 97%, 74%
CMYK
0, 50, 11, 1
Luminance
0.4130
Every format
| HEX | #fd7ee2 |
| RGB | rgb(253, 126, 226) |
| HSL | hsl(313, 97%, 74%) |
| CMYK | cmyk(0%, 50%, 11%, 1%) |
| LAB | lab(70.4 60.6 -29.0) |
| LCH | lch(70.4 67.2 334.4) |
| OKLCH | oklch(0.769 0.193 336.0) |
Copy-ready code
/* CSS */
color: #fd7ee2;
background-color: #fd7ee2;
/* Tailwind (arbitrary) */
class="text-[#fd7ee2] bg-[#fd7ee2]"
/* SCSS */
$brand: #fd7ee2;
/* SwiftUI */
Color(red: 0.992, green: 0.494, blue: 0.886)
/* Android */
Color.parseColor("#fd7ee2")Accessibility — WCAG contrast
Aa
#fd7ee2 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7ee2 on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green49.4%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow10.7%
Key (black)0.8%
Color previews
#fd7ee2 text on a black background
contrast 9.26:1
Card sample
#fd7ee2 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7ee2;
Background color
Panel with #fd7ee2 background
background-color: #fd7ee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7ee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 126, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 126, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7ee2; background: linear-gradient(135deg, #fd7ee2, #FD7E8D);