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