#f4ac64
a light, electric orange · warm · closest name: peru
RGB
244, 172, 100
HSL
30°, 87%, 68%
CMYK
0, 30, 59, 4
Luminance
0.4966
Every format
| HEX | #f4ac64 |
| RGB | rgb(244, 172, 100) |
| HSL | hsl(30, 87%, 68%) |
| CMYK | cmyk(0%, 30%, 59%, 4%) |
| LAB | lab(75.9 19.1 47.1) |
| LCH | lch(75.9 50.8 67.9) |
| OKLCH | oklch(0.799 0.123 64.5) |
Copy-ready code
/* CSS */
color: #f4ac64;
background-color: #f4ac64;
/* Tailwind (arbitrary) */
class="text-[#f4ac64] bg-[#f4ac64]"
/* SCSS */
$brand: #f4ac64;
/* SwiftUI */
Color(red: 0.957, green: 0.675, blue: 0.392)
/* Android */
Color.parseColor("#f4ac64")Accessibility — WCAG contrast
Aa
#f4ac64 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4ac64 on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green67.5%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta29.5%
Yellow59.0%
Key (black)4.3%
Color previews
#f4ac64 text on a black background
contrast 10.93:1
Card sample
#f4ac64 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4ac64;
Background color
Panel with #f4ac64 background
background-color: #f4ac64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4ac64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 172, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 172, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4ac64; background: linear-gradient(135deg, #f4ac64, #DCF464);