#fd5ada
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 90, 218
HSL
313°, 98%, 67%
CMYK
0, 64, 14, 1
Luminance
0.3326
Every format
| HEX | #fd5ada |
| RGB | rgb(253, 90, 218) |
| HSL | hsl(313, 98%, 67%) |
| CMYK | cmyk(0%, 64%, 14%, 1%) |
| LAB | lab(64.4 74.8 -33.8) |
| LCH | lch(64.4 82.1 335.7) |
| OKLCH | oklch(0.724 0.238 337.4) |
Copy-ready code
/* CSS */
color: #fd5ada;
background-color: #fd5ada;
/* Tailwind (arbitrary) */
class="text-[#fd5ada] bg-[#fd5ada]"
/* SCSS */
$brand: #fd5ada;
/* SwiftUI */
Color(red: 0.992, green: 0.353, blue: 0.855)
/* Android */
Color.parseColor("#fd5ada")Accessibility — WCAG contrast
Aa
#fd5ada on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd5ada on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green35.3%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta64.4%
Yellow13.8%
Key (black)0.8%
Color previews
#fd5ada text on a black background
contrast 7.65:1
Card sample
#fd5ada text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd5ada;
Background color
Panel with #fd5ada background
background-color: #fd5ada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd5ada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 90, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 90, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd5ada; background: linear-gradient(135deg, #fd5ada, #FD5A6D);