#fdac90
a light, electric orange · warm · closest name: salmon
RGB
253, 172, 144
HSL
15°, 97%, 78%
CMYK
0, 32, 43, 1
Luminance
0.5240
Every format
| HEX | #fdac90 |
| RGB | rgb(253, 172, 144) |
| HSL | hsl(15, 97%, 78%) |
| CMYK | cmyk(0%, 32%, 43%, 1%) |
| LAB | lab(77.5 26.5 26.5) |
| LCH | lch(77.5 37.5 45.0) |
| OKLCH | oklch(0.816 0.103 39.8) |
Copy-ready code
/* CSS */
color: #fdac90;
background-color: #fdac90;
/* Tailwind (arbitrary) */
class="text-[#fdac90] bg-[#fdac90]"
/* SCSS */
$brand: #fdac90;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.565)
/* Android */
Color.parseColor("#fdac90")Accessibility — WCAG contrast
Aa
#fdac90 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac90 on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow43.1%
Key (black)0.8%
Color previews
#fdac90 text on a black background
contrast 11.48:1
Card sample
#fdac90 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac90;
Background color
Panel with #fdac90 background
background-color: #fdac90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac90; background: linear-gradient(135deg, #fdac90, #FDF590);