#f8ac7e
a light, electric orange · warm · closest name: peru
RGB
248, 172, 126
HSL
23°, 90%, 73%
CMYK
0, 31, 49, 3
Luminance
0.5097
Every format
| HEX | #f8ac7e |
| RGB | rgb(248, 172, 126) |
| HSL | hsl(23, 90%, 73%) |
| CMYK | cmyk(0%, 31%, 49%, 3%) |
| LAB | lab(76.7 22.8 34.8) |
| LCH | lch(76.7 41.6 56.8) |
| OKLCH | oklch(0.807 0.108 51.8) |
Copy-ready code
/* CSS */
color: #f8ac7e;
background-color: #f8ac7e;
/* Tailwind (arbitrary) */
class="text-[#f8ac7e] bg-[#f8ac7e]"
/* SCSS */
$brand: #f8ac7e;
/* SwiftUI */
Color(red: 0.973, green: 0.675, blue: 0.494)
/* Android */
Color.parseColor("#f8ac7e")Accessibility — WCAG contrast
Aa
#f8ac7e on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8ac7e on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green67.5%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow49.2%
Key (black)2.7%
Color previews
#f8ac7e text on a black background
contrast 11.19:1
Card sample
#f8ac7e text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8ac7e;
Background color
Panel with #f8ac7e background
background-color: #f8ac7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8ac7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 172, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 172, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8ac7e; background: linear-gradient(135deg, #f8ac7e, #F3F87E);