#fd95da
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 149, 218
HSL
320°, 96%, 79%
CMYK
0, 41, 14, 1
Luminance
0.4744
Every format
| HEX | #fd95da |
| RGB | rgb(253, 149, 218) |
| HSL | hsl(320, 96%, 79%) |
| CMYK | cmyk(0%, 41%, 14%, 1%) |
| LAB | lab(74.5 48.1 -18.3) |
| LCH | lch(74.5 51.5 339.1) |
| OKLCH | oklch(0.799 0.149 340.9) |
Copy-ready code
/* CSS */
color: #fd95da;
background-color: #fd95da;
/* Tailwind (arbitrary) */
class="text-[#fd95da] bg-[#fd95da]"
/* SCSS */
$brand: #fd95da;
/* SwiftUI */
Color(red: 0.992, green: 0.584, blue: 0.855)
/* Android */
Color.parseColor("#fd95da")Accessibility — WCAG contrast
Aa
#fd95da on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd95da on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green58.4%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow13.8%
Key (black)0.8%
Color previews
#fd95da text on a black background
contrast 10.49:1
Card sample
#fd95da text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd95da;
Background color
Panel with #fd95da background
background-color: #fd95da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd95da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 149, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 149, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd95da; background: linear-gradient(135deg, #fd95da, #FD9595);