#fd8cf7
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 140, 247
HSL
303°, 97%, 77%
CMYK
0, 45, 2, 1
Luminance
0.4635
Every format
| HEX | #fd8cf7 |
| RGB | rgb(253, 140, 247) |
| HSL | hsl(303, 97%, 77%) |
| CMYK | cmyk(0%, 45%, 2%, 1%) |
| LAB | lab(73.8 57.3 -35.3) |
| LCH | lch(73.8 67.3 328.4) |
| OKLCH | oklch(0.797 0.187 329.1) |
Copy-ready code
/* CSS */
color: #fd8cf7;
background-color: #fd8cf7;
/* Tailwind (arbitrary) */
class="text-[#fd8cf7] bg-[#fd8cf7]"
/* SCSS */
$brand: #fd8cf7;
/* SwiftUI */
Color(red: 0.992, green: 0.549, blue: 0.969)
/* Android */
Color.parseColor("#fd8cf7")Accessibility — WCAG contrast
Aa
#fd8cf7 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8cf7 on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green54.9%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow2.4%
Key (black)0.8%
Color previews
#fd8cf7 text on a black background
contrast 10.27:1
Card sample
#fd8cf7 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8cf7;
Background color
Panel with #fd8cf7 background
background-color: #fd8cf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8cf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 140, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 140, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8cf7; background: linear-gradient(135deg, #fd8cf7, #FD8CAC);