#fd8fe7
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 143, 231
HSL
312°, 97%, 78%
CMYK
0, 44, 9, 1
Luminance
0.4630
Every format
| HEX | #fd8fe7 |
| RGB | rgb(253, 143, 231) |
| HSL | hsl(312, 97%, 78%) |
| CMYK | cmyk(0%, 44%, 9%, 1%) |
| LAB | lab(73.7 53.1 -26.6) |
| LCH | lch(73.7 59.4 333.4) |
| OKLCH | oklch(0.795 0.169 334.9) |
Copy-ready code
/* CSS */
color: #fd8fe7;
background-color: #fd8fe7;
/* Tailwind (arbitrary) */
class="text-[#fd8fe7] bg-[#fd8fe7]"
/* SCSS */
$brand: #fd8fe7;
/* SwiftUI */
Color(red: 0.992, green: 0.561, blue: 0.906)
/* Android */
Color.parseColor("#fd8fe7")Accessibility — WCAG contrast
Aa
#fd8fe7 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8fe7 on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green56.1%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow8.7%
Key (black)0.8%
Color previews
#fd8fe7 text on a black background
contrast 10.26:1
Card sample
#fd8fe7 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8fe7;
Background color
Panel with #fd8fe7 background
background-color: #fd8fe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8fe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 143, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 143, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8fe7; background: linear-gradient(135deg, #fd8fe7, #FD8F9D);