#fdc799
a light, electric orange · warm · closest name: tan
RGB
253, 199, 153
HSL
28°, 96%, 80%
CMYK
0, 21, 40, 1
Luminance
0.6403
Every format
| HEX | #fdc799 |
| RGB | rgb(253, 199, 153) |
| HSL | hsl(28, 96%, 80%) |
| CMYK | cmyk(0%, 21%, 40%, 1%) |
| LAB | lab(84.0 13.3 30.4) |
| LCH | lch(84.0 33.2 66.3) |
| OKLCH | oklch(0.867 0.086 61.7) |
Copy-ready code
/* CSS */
color: #fdc799;
background-color: #fdc799;
/* Tailwind (arbitrary) */
class="text-[#fdc799] bg-[#fdc799]"
/* SCSS */
$brand: #fdc799;
/* SwiftUI */
Color(red: 0.992, green: 0.780, blue: 0.600)
/* Android */
Color.parseColor("#fdc799")Accessibility — WCAG contrast
Aa
#fdc799 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc799 on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green78.0%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta21.3%
Yellow39.5%
Key (black)0.8%
Color previews
#fdc799 text on a black background
contrast 13.81:1
Card sample
#fdc799 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc799;
Background color
Panel with #fdc799 background
background-color: #fdc799;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc799;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 199, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 199, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc799; background: linear-gradient(135deg, #fdc799, #F0FD99);