#ffa058
a light, electric orange · warm · closest name: peru
RGB
255, 160, 88
HSL
26°, 100%, 67%
CMYK
0, 37, 66, 0
Luminance
0.4711
Every format
| HEX | #ffa058 |
| RGB | rgb(255, 160, 88) |
| HSL | hsl(26, 100%, 67%) |
| CMYK | cmyk(0%, 37%, 66%, 0%) |
| LAB | lab(74.3 29.1 51.4) |
| LCH | lch(74.3 59.1 60.5) |
| OKLCH | oklch(0.789 0.143 55.9) |
Copy-ready code
/* CSS */
color: #ffa058;
background-color: #ffa058;
/* Tailwind (arbitrary) */
class="text-[#ffa058] bg-[#ffa058]"
/* SCSS */
$brand: #ffa058;
/* SwiftUI */
Color(red: 1.000, green: 0.627, blue: 0.345)
/* Android */
Color.parseColor("#ffa058")Accessibility — WCAG contrast
Aa
#ffa058 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffa058 on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green62.7%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta37.3%
Yellow65.5%
Key (black)0.0%
Color previews
#ffa058 text on a black background
contrast 10.42:1
Card sample
#ffa058 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffa058;
Background color
Panel with #ffa058 background
background-color: #ffa058;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffa058;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 160, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 160, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffa058; background: linear-gradient(135deg, #ffa058, #EFFF58);