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