#fda44f
a light, electric orange · warm · closest name: peru
RGB
253, 164, 79
HSL
29°, 98%, 65%
CMYK
0, 35, 69, 1
Luminance
0.4800
Every format
| HEX | #fda44f |
| RGB | rgb(253, 164, 79) |
| HSL | hsl(29, 98%, 65%) |
| CMYK | cmyk(0%, 35%, 69%, 1%) |
| LAB | lab(74.8 25.7 56.3) |
| LCH | lch(74.8 61.8 65.5) |
| OKLCH | oklch(0.792 0.145 61.6) |
Copy-ready code
/* CSS */
color: #fda44f;
background-color: #fda44f;
/* Tailwind (arbitrary) */
class="text-[#fda44f] bg-[#fda44f]"
/* SCSS */
$brand: #fda44f;
/* SwiftUI */
Color(red: 0.992, green: 0.643, blue: 0.310)
/* Android */
Color.parseColor("#fda44f")Accessibility — WCAG contrast
Aa
#fda44f on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda44f on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green64.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta35.2%
Yellow68.8%
Key (black)0.8%
Color previews
#fda44f text on a black background
contrast 10.60:1
Card sample
#fda44f text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda44f;
Background color
Panel with #fda44f background
background-color: #fda44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 164, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 164, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda44f; background: linear-gradient(135deg, #fda44f, #E2FD4F);