#f26821
a balanced, electric orange · warm · closest name: chocolate
RGB
242, 104, 33
HSL
20°, 89%, 54%
CMYK
0, 57, 86, 5
Luminance
0.2889
Every format
| HEX | #f26821 |
| RGB | rgb(242, 104, 33) |
| HSL | hsl(20, 89%, 54%) |
| CMYK | cmyk(0%, 57%, 86%, 5%) |
| LAB | lab(60.7 49.8 61.5) |
| LCH | lch(60.7 79.2 51.0) |
| OKLCH | oklch(0.680 0.186 43.3) |
Copy-ready code
/* CSS */
color: #f26821;
background-color: #f26821;
/* Tailwind (arbitrary) */
class="text-[#f26821] bg-[#f26821]"
/* SCSS */
$brand: #f26821;
/* SwiftUI */
Color(red: 0.949, green: 0.408, blue: 0.129)
/* Android */
Color.parseColor("#f26821")Accessibility — WCAG contrast
Aa
#f26821 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f26821 on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green40.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow86.4%
Key (black)5.1%
Color previews
#f26821 text on a black background
contrast 6.78:1
Card sample
#f26821 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f26821;
Background color
Panel with #f26821 background
background-color: #f26821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f26821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 104, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 104, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f26821; background: linear-gradient(135deg, #f26821, #F1F221);