#fd8fea
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 143, 234
HSL
310°, 97%, 78%
CMYK
0, 44, 8, 1
Luminance
0.4647
Every format
| HEX | #fd8fea |
| RGB | rgb(253, 143, 234) |
| HSL | hsl(310, 97%, 78%) |
| CMYK | cmyk(0%, 44%, 8%, 1%) |
| LAB | lab(73.8 53.6 -28.1) |
| LCH | lch(73.8 60.5 332.4) |
| OKLCH | oklch(0.796 0.172 333.8) |
Copy-ready code
/* CSS */
color: #fd8fea;
background-color: #fd8fea;
/* Tailwind (arbitrary) */
class="text-[#fd8fea] bg-[#fd8fea]"
/* SCSS */
$brand: #fd8fea;
/* SwiftUI */
Color(red: 0.992, green: 0.561, blue: 0.918)
/* Android */
Color.parseColor("#fd8fea")Accessibility — WCAG contrast
Aa
#fd8fea on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8fea on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green56.1%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow7.5%
Key (black)0.8%
Color previews
#fd8fea text on a black background
contrast 10.29:1
Card sample
#fd8fea text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8fea;
Background color
Panel with #fd8fea background
background-color: #fd8fea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8fea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 143, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 143, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8fea; background: linear-gradient(135deg, #fd8fea, #FD8FA0);