#fd7eff
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 126, 255
HSL
299°, 100%, 75%
CMYK
1, 51, 0, 0
Luminance
0.4302
Every format
| HEX | #fd7eff |
| RGB | rgb(253, 126, 255) |
| HSL | hsl(299, 100%, 75%) |
| CMYK | cmyk(1%, 51%, 0%, 0%) |
| LAB | lab(71.6 65.3 -43.0) |
| LCH | lch(71.6 78.2 326.6) |
| OKLCH | oklch(0.782 0.216 326.8) |
Copy-ready code
/* CSS */
color: #fd7eff;
background-color: #fd7eff;
/* Tailwind (arbitrary) */
class="text-[#fd7eff] bg-[#fd7eff]"
/* SCSS */
$brand: #fd7eff;
/* SwiftUI */
Color(red: 0.992, green: 0.494, blue: 1.000)
/* Android */
Color.parseColor("#fd7eff")Accessibility — WCAG contrast
Aa
#fd7eff on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7eff on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green49.4%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta50.6%
Yellow0.0%
Key (black)0.0%
Color previews
#fd7eff text on a black background
contrast 9.60:1
Card sample
#fd7eff text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7eff;
Background color
Panel with #fd7eff background
background-color: #fd7eff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7eff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 126, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 126, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7eff; background: linear-gradient(135deg, #fd7eff, #FF7EAB);