#fd7dfe
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 125, 254
HSL
300°, 99%, 74%
CMYK
0, 51, 0, 0
Luminance
0.4271
Every format
| HEX | #fd7dfe |
| RGB | rgb(253, 125, 254) |
| HSL | hsl(300, 99%, 74%) |
| CMYK | cmyk(0%, 51%, 0%, 0%) |
| LAB | lab(71.4 65.6 -42.8) |
| LCH | lch(71.4 78.4 326.9) |
| OKLCH | oklch(0.780 0.217 327.1) |
Copy-ready code
/* CSS */
color: #fd7dfe;
background-color: #fd7dfe;
/* Tailwind (arbitrary) */
class="text-[#fd7dfe] bg-[#fd7dfe]"
/* SCSS */
$brand: #fd7dfe;
/* SwiftUI */
Color(red: 0.992, green: 0.490, blue: 0.996)
/* Android */
Color.parseColor("#fd7dfe")Accessibility — WCAG contrast
Aa
#fd7dfe on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7dfe on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green49.0%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta50.8%
Yellow0.0%
Key (black)0.4%
Color previews
#fd7dfe text on a black background
contrast 9.54:1
Card sample
#fd7dfe text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7dfe;
Background color
Panel with #fd7dfe background
background-color: #fd7dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 125, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 125, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7dfe; background: linear-gradient(135deg, #fd7dfe, #FE7DA9);