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