#fd91ab
a light, electric red · warm · closest name: pink
RGB
253, 145, 171
HSL
346°, 96%, 78%
CMYK
0, 43, 32, 1
Luminance
0.4407
Every format
| HEX | #fd91ab |
| RGB | rgb(253, 145, 171) |
| HSL | hsl(346, 96%, 78%) |
| CMYK | cmyk(0%, 43%, 32%, 1%) |
| LAB | lab(72.3 43.5 4.4) |
| LCH | lch(72.3 43.8 5.7) |
| OKLCH | oklch(0.778 0.133 5.2) |
Copy-ready code
/* CSS */
color: #fd91ab;
background-color: #fd91ab;
/* Tailwind (arbitrary) */
class="text-[#fd91ab] bg-[#fd91ab]"
/* SCSS */
$brand: #fd91ab;
/* SwiftUI */
Color(red: 0.992, green: 0.569, blue: 0.671)
/* Android */
Color.parseColor("#fd91ab")Accessibility — WCAG contrast
Aa
#fd91ab on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd91ab on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green56.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta42.7%
Yellow32.4%
Key (black)0.8%
Color previews
#fd91ab text on a black background
contrast 9.81:1
Card sample
#fd91ab text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd91ab;
Background color
Panel with #fd91ab background
background-color: #fd91ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd91ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 145, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 145, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd91ab; background: linear-gradient(135deg, #fd91ab, #FDBF91);