#f17821
a balanced, electric orange · warm · closest name: chocolate
RGB
241, 120, 33
HSL
25°, 88%, 54%
CMYK
0, 50, 86, 6
Luminance
0.3224
Every format
| HEX | #f17821 |
| RGB | rgb(241, 120, 33) |
| HSL | hsl(25, 88%, 54%) |
| CMYK | cmyk(0%, 50%, 86%, 6%) |
| LAB | lab(63.5 41.8 63.7) |
| LCH | lch(63.5 76.2 56.8) |
| OKLCH | oklch(0.701 0.174 50.0) |
Copy-ready code
/* CSS */
color: #f17821;
background-color: #f17821;
/* Tailwind (arbitrary) */
class="text-[#f17821] bg-[#f17821]"
/* SCSS */
$brand: #f17821;
/* SwiftUI */
Color(red: 0.945, green: 0.471, blue: 0.129)
/* Android */
Color.parseColor("#f17821")Accessibility — WCAG contrast
Aa
#f17821 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f17821 on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green47.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow86.3%
Key (black)5.5%
Color previews
#f17821 text on a black background
contrast 7.45:1
Card sample
#f17821 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f17821;
Background color
Panel with #f17821 background
background-color: #f17821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f17821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 120, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 120, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f17821; background: linear-gradient(135deg, #f17821, #DFF121);