#f0ac48
a balanced, electric orange · warm · closest name: peru
RGB
240, 172, 72
HSL
36°, 85%, 61%
CMYK
0, 28, 70, 6
Luminance
0.4850
Every format
| HEX | #f0ac48 |
| RGB | rgb(240, 172, 72) |
| HSL | hsl(36, 85%, 61%) |
| CMYK | cmyk(0%, 28%, 70%, 6%) |
| LAB | lab(75.1 15.7 59.3) |
| LCH | lch(75.1 61.3 75.1) |
| OKLCH | oklch(0.791 0.139 73.5) |
Copy-ready code
/* CSS */
color: #f0ac48;
background-color: #f0ac48;
/* Tailwind (arbitrary) */
class="text-[#f0ac48] bg-[#f0ac48]"
/* SCSS */
$brand: #f0ac48;
/* SwiftUI */
Color(red: 0.941, green: 0.675, blue: 0.282)
/* Android */
Color.parseColor("#f0ac48")Accessibility — WCAG contrast
Aa
#f0ac48 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0ac48 on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green67.5%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta28.3%
Yellow70.0%
Key (black)5.9%
Color previews
#f0ac48 text on a black background
contrast 10.70:1
Card sample
#f0ac48 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0ac48;
Background color
Panel with #f0ac48 background
background-color: #f0ac48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0ac48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 172, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 172, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0ac48; background: linear-gradient(135deg, #f0ac48, #C4F048);