#fd93ac
a light, electric red · warm · closest name: pink
RGB
253, 147, 172
HSL
346°, 96%, 78%
CMYK
0, 42, 32, 1
Luminance
0.4473
Every format
| HEX | #fd93ac |
| RGB | rgb(253, 147, 172) |
| HSL | hsl(346, 96%, 78%) |
| CMYK | cmyk(0%, 42%, 32%, 1%) |
| LAB | lab(72.7 42.6 4.5) |
| LCH | lch(72.7 42.9 6.0) |
| OKLCH | oklch(0.781 0.130 5.4) |
Copy-ready code
/* CSS */
color: #fd93ac;
background-color: #fd93ac;
/* Tailwind (arbitrary) */
class="text-[#fd93ac] bg-[#fd93ac]"
/* SCSS */
$brand: #fd93ac;
/* SwiftUI */
Color(red: 0.992, green: 0.576, blue: 0.675)
/* Android */
Color.parseColor("#fd93ac")Accessibility — WCAG contrast
Aa
#fd93ac on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd93ac on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green57.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow32.0%
Key (black)0.8%
Color previews
#fd93ac text on a black background
contrast 9.95:1
Card sample
#fd93ac text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd93ac;
Background color
Panel with #fd93ac background
background-color: #fd93ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd93ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 147, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 147, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd93ac; background: linear-gradient(135deg, #fd93ac, #FDC093);