#fd6ada
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 106, 218
HSL
314°, 97%, 70%
CMYK
0, 58, 14, 1
Luminance
0.3625
Every format
| HEX | #fd6ada |
| RGB | rgb(253, 106, 218) |
| HSL | hsl(314, 97%, 70%) |
| CMYK | cmyk(0%, 58%, 14%, 1%) |
| LAB | lab(66.7 68.3 -30.2) |
| LCH | lch(66.7 74.7 336.2) |
| OKLCH | oklch(0.741 0.217 337.9) |
Copy-ready code
/* CSS */
color: #fd6ada;
background-color: #fd6ada;
/* Tailwind (arbitrary) */
class="text-[#fd6ada] bg-[#fd6ada]"
/* SCSS */
$brand: #fd6ada;
/* SwiftUI */
Color(red: 0.992, green: 0.416, blue: 0.855)
/* Android */
Color.parseColor("#fd6ada")Accessibility — WCAG contrast
Aa
#fd6ada on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd6ada on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green41.6%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta58.1%
Yellow13.8%
Key (black)0.8%
Color previews
#fd6ada text on a black background
contrast 8.25:1
Card sample
#fd6ada text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd6ada;
Background color
Panel with #fd6ada background
background-color: #fd6ada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd6ada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 106, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 106, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd6ada; background: linear-gradient(135deg, #fd6ada, #FD6A78);