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