#fd8eff
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 142, 255
HSL
299°, 100%, 78%
CMYK
1, 44, 0, 0
Luminance
0.4745
Every format
| HEX | #fd8eff |
| RGB | rgb(253, 142, 255) |
| HSL | hsl(299, 100%, 78%) |
| CMYK | cmyk(1%, 44%, 0%, 0%) |
| LAB | lab(74.5 57.7 -38.5) |
| LCH | lch(74.5 69.4 326.3) |
| OKLCH | oklch(0.804 0.191 326.5) |
Copy-ready code
/* CSS */
color: #fd8eff;
background-color: #fd8eff;
/* Tailwind (arbitrary) */
class="text-[#fd8eff] bg-[#fd8eff]"
/* SCSS */
$brand: #fd8eff;
/* SwiftUI */
Color(red: 0.992, green: 0.557, blue: 1.000)
/* Android */
Color.parseColor("#fd8eff")Accessibility — WCAG contrast
Aa
#fd8eff on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8eff on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green55.7%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta44.3%
Yellow0.0%
Key (black)0.0%
Color previews
#fd8eff text on a black background
contrast 10.49:1
Card sample
#fd8eff text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8eff;
Background color
Panel with #fd8eff background
background-color: #fd8eff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8eff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 142, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 142, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8eff; background: linear-gradient(135deg, #fd8eff, #FF8EB6);