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