#f89d49
a balanced, electric orange · warm · closest name: peru
RGB
248, 157, 73
HSL
29°, 93%, 63%
CMYK
0, 37, 71, 3
Luminance
0.4455
Every format
| HEX | #f89d49 |
| RGB | rgb(248, 157, 73) |
| HSL | hsl(29, 93%, 63%) |
| CMYK | cmyk(0%, 37%, 71%, 3%) |
| LAB | lab(72.6 27.0 56.4) |
| LCH | lch(72.6 62.5 64.4) |
| OKLCH | oklch(0.774 0.146 60.3) |
Copy-ready code
/* CSS */
color: #f89d49;
background-color: #f89d49;
/* Tailwind (arbitrary) */
class="text-[#f89d49] bg-[#f89d49]"
/* SCSS */
$brand: #f89d49;
/* SwiftUI */
Color(red: 0.973, green: 0.616, blue: 0.286)
/* Android */
Color.parseColor("#f89d49")Accessibility — WCAG contrast
Aa
#f89d49 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f89d49 on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green61.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta36.7%
Yellow70.6%
Key (black)2.7%
Color previews
#f89d49 text on a black background
contrast 9.91:1
Card sample
#f89d49 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f89d49;
Background color
Panel with #f89d49 background
background-color: #f89d49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f89d49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 157, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 157, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f89d49; background: linear-gradient(135deg, #f89d49, #DEF849);