#fdc080
a light, electric orange · warm · closest name: tan
RGB
253, 192, 128
HSL
31°, 97%, 75%
CMYK
0, 24, 49, 1
Luminance
0.6014
Every format
| HEX | #fdc080 |
| RGB | rgb(253, 192, 128) |
| HSL | hsl(31, 97%, 75%) |
| CMYK | cmyk(0%, 24%, 49%, 1%) |
| LAB | lab(81.9 14.5 40.6) |
| LCH | lch(81.9 43.1 70.4) |
| OKLCH | oklch(0.850 0.107 66.9) |
Copy-ready code
/* CSS */
color: #fdc080;
background-color: #fdc080;
/* Tailwind (arbitrary) */
class="text-[#fdc080] bg-[#fdc080]"
/* SCSS */
$brand: #fdc080;
/* SwiftUI */
Color(red: 0.992, green: 0.753, blue: 0.502)
/* Android */
Color.parseColor("#fdc080")Accessibility — WCAG contrast
Aa
#fdc080 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc080 on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green75.3%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow49.4%
Key (black)0.8%
Color previews
#fdc080 text on a black background
contrast 13.03:1
Card sample
#fdc080 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc080;
Background color
Panel with #fdc080 background
background-color: #fdc080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 192, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 192, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc080; background: linear-gradient(135deg, #fdc080, #E7FD80);