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