#fd8ff4
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 143, 244
HSL
305°, 97%, 78%
CMYK
0, 44, 4, 1
Luminance
0.4706
Every format
| HEX | #fd8ff4 |
| RGB | rgb(253, 143, 244) |
| HSL | hsl(305, 97%, 78%) |
| CMYK | cmyk(0%, 44%, 4%, 1%) |
| LAB | lab(74.2 55.3 -32.9) |
| LCH | lch(74.2 64.4 329.2) |
| OKLCH | oklch(0.800 0.180 330.1) |
Copy-ready code
/* CSS */
color: #fd8ff4;
background-color: #fd8ff4;
/* Tailwind (arbitrary) */
class="text-[#fd8ff4] bg-[#fd8ff4]"
/* SCSS */
$brand: #fd8ff4;
/* SwiftUI */
Color(red: 0.992, green: 0.561, blue: 0.957)
/* Android */
Color.parseColor("#fd8ff4")Accessibility — WCAG contrast
Aa
#fd8ff4 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8ff4 on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green56.1%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow3.6%
Key (black)0.8%
Color previews
#fd8ff4 text on a black background
contrast 10.41:1
Card sample
#fd8ff4 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8ff4;
Background color
Panel with #fd8ff4 background
background-color: #fd8ff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8ff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 143, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 143, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8ff4; background: linear-gradient(135deg, #fd8ff4, #FD8FAB);