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