#f89521
a balanced, electric orange · warm · closest name: orange
RGB
248, 149, 33
HSL
32°, 94%, 55%
CMYK
0, 40, 87, 3
Luminance
0.4156
Every format
| HEX | #f89521 |
| RGB | rgb(248, 149, 33) |
| HSL | hsl(32, 94%, 55%) |
| CMYK | cmyk(0%, 40%, 87%, 3%) |
| LAB | lab(70.6 29.8 69.8) |
| LCH | lch(70.6 75.8 66.9) |
| OKLCH | oklch(0.757 0.165 62.7) |
Copy-ready code
/* CSS */
color: #f89521;
background-color: #f89521;
/* Tailwind (arbitrary) */
class="text-[#f89521] bg-[#f89521]"
/* SCSS */
$brand: #f89521;
/* SwiftUI */
Color(red: 0.973, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#f89521")Accessibility — WCAG contrast
Aa
#f89521 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f89521 on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green58.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta39.9%
Yellow86.7%
Key (black)2.7%
Color previews
#f89521 text on a black background
contrast 9.31:1
Card sample
#f89521 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f89521;
Background color
Panel with #f89521 background
background-color: #f89521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f89521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f89521; background: linear-gradient(135deg, #f89521, #CCF821);