#fd99ac
a light, electric red · warm · closest name: pink
RGB
253, 153, 172
HSL
349°, 96%, 80%
CMYK
0, 40, 32, 1
Luminance
0.4664
Every format
| HEX | #fd99ac |
| RGB | rgb(253, 153, 172) |
| HSL | hsl(349, 96%, 80%) |
| CMYK | cmyk(0%, 40%, 32%, 1%) |
| LAB | lab(74.0 39.6 6.3) |
| LCH | lch(74.0 40.1 9.0) |
| OKLCH | oklch(0.791 0.121 7.9) |
Copy-ready code
/* CSS */
color: #fd99ac;
background-color: #fd99ac;
/* Tailwind (arbitrary) */
class="text-[#fd99ac] bg-[#fd99ac]"
/* SCSS */
$brand: #fd99ac;
/* SwiftUI */
Color(red: 0.992, green: 0.600, blue: 0.675)
/* Android */
Color.parseColor("#fd99ac")Accessibility — WCAG contrast
Aa
#fd99ac on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd99ac on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green60.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow32.0%
Key (black)0.8%
Color previews
#fd99ac text on a black background
contrast 10.33:1
Card sample
#fd99ac text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd99ac;
Background color
Panel with #fd99ac background
background-color: #fd99ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd99ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 153, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 153, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd99ac; background: linear-gradient(135deg, #fd99ac, #FDC999);