#ffa047
a balanced, electric orange · warm · closest name: peru
RGB
255, 160, 71
HSL
29°, 100%, 64%
CMYK
0, 37, 72, 0
Luminance
0.4686
Every format
| HEX | #ffa047 |
| RGB | rgb(255, 160, 71) |
| HSL | hsl(29, 100%, 64%) |
| CMYK | cmyk(0%, 37%, 72%, 0%) |
| LAB | lab(74.1 28.2 59.2) |
| LCH | lch(74.1 65.5 64.5) |
| OKLCH | oklch(0.787 0.152 60.4) |
Copy-ready code
/* CSS */
color: #ffa047;
background-color: #ffa047;
/* Tailwind (arbitrary) */
class="text-[#ffa047] bg-[#ffa047]"
/* SCSS */
$brand: #ffa047;
/* SwiftUI */
Color(red: 1.000, green: 0.627, blue: 0.278)
/* Android */
Color.parseColor("#ffa047")Accessibility — WCAG contrast
Aa
#ffa047 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa047 on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green62.7%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta37.3%
Yellow72.2%
Key (black)0.0%
Color previews
#ffa047 text on a black background
contrast 10.37:1
Card sample
#ffa047 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa047;
Background color
Panel with #ffa047 background
background-color: #ffa047;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa047;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 160, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 160, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa047; background: linear-gradient(135deg, #ffa047, #E3FF47);