#fdac96
a light, electric red · warm · closest name: pink
RGB
253, 172, 150
HSL
13°, 96%, 79%
CMYK
0, 32, 41, 1
Luminance
0.5259
Every format
| HEX | #fdac96 |
| RGB | rgb(253, 172, 150) |
| HSL | hsl(13, 96%, 79%) |
| CMYK | cmyk(0%, 32%, 41%, 1%) |
| LAB | lab(77.6 27.1 23.4) |
| LCH | lch(77.6 35.8 40.8) |
| OKLCH | oklch(0.817 0.101 35.9) |
Copy-ready code
/* CSS */
color: #fdac96;
background-color: #fdac96;
/* Tailwind (arbitrary) */
class="text-[#fdac96] bg-[#fdac96]"
/* SCSS */
$brand: #fdac96;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.588)
/* Android */
Color.parseColor("#fdac96")Accessibility — WCAG contrast
Aa
#fdac96 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac96 on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow40.7%
Key (black)0.8%
Color previews
#fdac96 text on a black background
contrast 11.52:1
Card sample
#fdac96 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac96;
Background color
Panel with #fdac96 background
background-color: #fdac96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac96; background: linear-gradient(135deg, #fdac96, #FDF196);