#fdc7ae
a light, electric orange · warm · closest name: tan
RGB
253, 199, 174
HSL
19°, 95%, 84%
CMYK
0, 21, 31, 1
Luminance
0.6479
Every format
| HEX | #fdc7ae |
| RGB | rgb(253, 199, 174) |
| HSL | hsl(19, 95%, 84%) |
| CMYK | cmyk(0%, 21%, 31%, 1%) |
| LAB | lab(84.4 15.8 19.9) |
| LCH | lch(84.4 25.4 51.5) |
| OKLCH | oklch(0.871 0.071 46.1) |
Copy-ready code
/* CSS */
color: #fdc7ae;
background-color: #fdc7ae;
/* Tailwind (arbitrary) */
class="text-[#fdc7ae] bg-[#fdc7ae]"
/* SCSS */
$brand: #fdc7ae;
/* SwiftUI */
Color(red: 0.992, green: 0.780, blue: 0.682)
/* Android */
Color.parseColor("#fdc7ae")Accessibility — WCAG contrast
Aa
#fdc7ae on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc7ae on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green78.0%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta21.3%
Yellow31.2%
Key (black)0.8%
Color previews
#fdc7ae text on a black background
contrast 13.96:1
Card sample
#fdc7ae text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc7ae;
Background color
Panel with #fdc7ae background
background-color: #fdc7ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc7ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 199, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 199, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc7ae; background: linear-gradient(135deg, #fdc7ae, #FDFCAE);