#fd8bdf
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 139, 223
HSL
316°, 97%, 77%
CMYK
0, 45, 12, 1
Luminance
0.4468
Every format
| HEX | #fd8bdf |
| RGB | rgb(253, 139, 223) |
| HSL | hsl(316, 97%, 77%) |
| CMYK | cmyk(0%, 45%, 12%, 1%) |
| LAB | lab(72.7 53.9 -23.8) |
| LCH | lch(72.7 58.9 336.1) |
| OKLCH | oklch(0.786 0.170 337.8) |
Copy-ready code
/* CSS */
color: #fd8bdf;
background-color: #fd8bdf;
/* Tailwind (arbitrary) */
class="text-[#fd8bdf] bg-[#fd8bdf]"
/* SCSS */
$brand: #fd8bdf;
/* SwiftUI */
Color(red: 0.992, green: 0.545, blue: 0.875)
/* Android */
Color.parseColor("#fd8bdf")Accessibility — WCAG contrast
Aa
#fd8bdf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8bdf on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green54.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow11.9%
Key (black)0.8%
Color previews
#fd8bdf text on a black background
contrast 9.94:1
Card sample
#fd8bdf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8bdf;
Background color
Panel with #fd8bdf background
background-color: #fd8bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 139, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 139, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8bdf; background: linear-gradient(135deg, #fd8bdf, #FD8B93);