#ffac58
a light, electric orange · warm · closest name: peru
RGB
255, 172, 88
HSL
30°, 100%, 67%
CMYK
0, 33, 66, 0
Luminance
0.5147
Every format
| HEX | #ffac58 |
| RGB | rgb(255, 172, 88) |
| HSL | hsl(30, 100%, 67%) |
| CMYK | cmyk(0%, 33%, 66%, 0%) |
| LAB | lab(77.0 22.8 54.5) |
| LCH | lch(77.0 59.0 67.3) |
| OKLCH | oklch(0.810 0.139 63.8) |
Copy-ready code
/* CSS */
color: #ffac58;
background-color: #ffac58;
/* Tailwind (arbitrary) */
class="text-[#ffac58] bg-[#ffac58]"
/* SCSS */
$brand: #ffac58;
/* SwiftUI */
Color(red: 1.000, green: 0.675, blue: 0.345)
/* Android */
Color.parseColor("#ffac58")Accessibility — WCAG contrast
Aa
#ffac58 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffac58 on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.5%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow65.5%
Key (black)0.0%
Color previews
#ffac58 text on a black background
contrast 11.29:1
Card sample
#ffac58 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffac58;
Background color
Panel with #ffac58 background
background-color: #ffac58;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffac58;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 172, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 172, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffac58; background: linear-gradient(135deg, #ffac58, #E3FF58);