#fd95ad
a light, electric red · warm · closest name: pink
RGB
253, 149, 173
HSL
346°, 96%, 79%
CMYK
0, 41, 32, 1
Luminance
0.4539
Every format
| HEX | #fd95ad |
| RGB | rgb(253, 149, 173) |
| HSL | hsl(346, 96%, 79%) |
| CMYK | cmyk(0%, 41%, 32%, 1%) |
| LAB | lab(73.2 41.8 4.5) |
| LCH | lch(73.2 42.0 6.2) |
| OKLCH | oklch(0.785 0.127 5.6) |
Copy-ready code
/* CSS */
color: #fd95ad;
background-color: #fd95ad;
/* Tailwind (arbitrary) */
class="text-[#fd95ad] bg-[#fd95ad]"
/* SCSS */
$brand: #fd95ad;
/* SwiftUI */
Color(red: 0.992, green: 0.584, blue: 0.678)
/* Android */
Color.parseColor("#fd95ad")Accessibility — WCAG contrast
Aa
#fd95ad on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd95ad on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green58.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow31.6%
Key (black)0.8%
Color previews
#fd95ad text on a black background
contrast 10.08:1
Card sample
#fd95ad text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd95ad;
Background color
Panel with #fd95ad background
background-color: #fd95ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd95ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 149, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 149, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd95ad; background: linear-gradient(135deg, #fd95ad, #FDC295);