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