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