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