#fdb04f
a light, electric orange · warm · closest name: peru
RGB
253, 176, 79
HSL
33°, 98%, 65%
CMYK
0, 30, 69, 1
Luminance
0.5250
Every format
| HEX | #fdb04f |
| RGB | rgb(253, 176, 79) |
| HSL | hsl(33, 98%, 65%) |
| CMYK | cmyk(0%, 30%, 69%, 1%) |
| LAB | lab(77.6 19.4 59.2) |
| LCH | lch(77.6 62.3 71.9) |
| OKLCH | oklch(0.814 0.143 69.4) |
Copy-ready code
/* CSS */
color: #fdb04f;
background-color: #fdb04f;
/* Tailwind (arbitrary) */
class="text-[#fdb04f] bg-[#fdb04f]"
/* SCSS */
$brand: #fdb04f;
/* SwiftUI */
Color(red: 0.992, green: 0.690, blue: 0.310)
/* Android */
Color.parseColor("#fdb04f")Accessibility — WCAG contrast
Aa
#fdb04f on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb04f on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green69.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow68.8%
Key (black)0.8%
Color previews
#fdb04f text on a black background
contrast 11.50:1
Card sample
#fdb04f text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb04f;
Background color
Panel with #fdb04f background
background-color: #fdb04f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb04f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 176, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 176, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb04f; background: linear-gradient(135deg, #fdb04f, #D6FD4F);