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