#f4ac5f
a light, electric orange · warm · closest name: peru
RGB
244, 172, 95
HSL
31°, 87%, 67%
CMYK
0, 30, 61, 4
Luminance
0.4956
Every format
| HEX | #f4ac5f |
| RGB | rgb(244, 172, 95) |
| HSL | hsl(31, 87%, 67%) |
| CMYK | cmyk(0%, 30%, 61%, 4%) |
| LAB | lab(75.8 18.7 49.5) |
| LCH | lch(75.8 52.9 69.2) |
| OKLCH | oklch(0.798 0.126 66.1) |
Copy-ready code
/* CSS */
color: #f4ac5f;
background-color: #f4ac5f;
/* Tailwind (arbitrary) */
class="text-[#f4ac5f] bg-[#f4ac5f]"
/* SCSS */
$brand: #f4ac5f;
/* SwiftUI */
Color(red: 0.957, green: 0.675, blue: 0.373)
/* Android */
Color.parseColor("#f4ac5f")Accessibility — WCAG contrast
Aa
#f4ac5f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4ac5f on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green67.5%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta29.5%
Yellow61.1%
Key (black)4.3%
Color previews
#f4ac5f text on a black background
contrast 10.91:1
Card sample
#f4ac5f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4ac5f;
Background color
Panel with #f4ac5f background
background-color: #f4ac5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4ac5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 172, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 172, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4ac5f; background: linear-gradient(135deg, #f4ac5f, #D9F45F);