#fdac99
a light, electric red · warm · closest name: pink
RGB
253, 172, 153
HSL
11°, 96%, 80%
CMYK
0, 32, 40, 1
Luminance
0.5269
Every format
| HEX | #fdac99 |
| RGB | rgb(253, 172, 153) |
| HSL | hsl(11, 96%, 80%) |
| CMYK | cmyk(0%, 32%, 40%, 1%) |
| LAB | lab(77.7 27.5 21.9) |
| LCH | lch(77.7 35.1 38.5) |
| OKLCH | oklch(0.818 0.100 33.8) |
Copy-ready code
/* CSS */
color: #fdac99;
background-color: #fdac99;
/* Tailwind (arbitrary) */
class="text-[#fdac99] bg-[#fdac99]"
/* SCSS */
$brand: #fdac99;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.600)
/* Android */
Color.parseColor("#fdac99")Accessibility — WCAG contrast
Aa
#fdac99 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac99 on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow39.5%
Key (black)0.8%
Color previews
#fdac99 text on a black background
contrast 11.54:1
Card sample
#fdac99 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac99;
Background color
Panel with #fdac99 background
background-color: #fdac99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac99; background: linear-gradient(135deg, #fdac99, #FDEF99);