#fda044
a balanced, electric orange · warm · closest name: peru
RGB
253, 160, 68
HSL
30°, 98%, 63%
CMYK
0, 37, 73, 1
Luminance
0.4644
Every format
| HEX | #fda044 |
| RGB | rgb(253, 160, 68) |
| HSL | hsl(30, 98%, 63%) |
| CMYK | cmyk(0%, 37%, 73%, 1%) |
| LAB | lab(73.8 27.2 60.1) |
| LCH | lch(73.8 66.0 65.6) |
| OKLCH | oklch(0.784 0.152 61.7) |
Copy-ready code
/* CSS */
color: #fda044;
background-color: #fda044;
/* Tailwind (arbitrary) */
class="text-[#fda044] bg-[#fda044]"
/* SCSS */
$brand: #fda044;
/* SwiftUI */
Color(red: 0.992, green: 0.627, blue: 0.267)
/* Android */
Color.parseColor("#fda044")Accessibility — WCAG contrast
Aa
#fda044 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda044 on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green62.7%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow73.1%
Key (black)0.8%
Color previews
#fda044 text on a black background
contrast 10.29:1
Card sample
#fda044 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda044;
Background color
Panel with #fda044 background
background-color: #fda044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 160, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 160, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda044; background: linear-gradient(135deg, #fda044, #DFFD44);