#f26f21
a balanced, electric orange · warm · closest name: chocolate
RGB
242, 111, 33
HSL
22°, 89%, 54%
CMYK
0, 54, 86, 5
Luminance
0.3036
Every format
| HEX | #f26f21 |
| RGB | rgb(242, 111, 33) |
| HSL | hsl(22, 89%, 54%) |
| CMYK | cmyk(0%, 54%, 86%, 5%) |
| LAB | lab(62.0 46.5 62.5) |
| LCH | lch(62.0 77.9 53.3) |
| OKLCH | oklch(0.690 0.181 46.0) |
Copy-ready code
/* CSS */
color: #f26f21;
background-color: #f26f21;
/* Tailwind (arbitrary) */
class="text-[#f26f21] bg-[#f26f21]"
/* SCSS */
$brand: #f26f21;
/* SwiftUI */
Color(red: 0.949, green: 0.435, blue: 0.129)
/* Android */
Color.parseColor("#f26f21")Accessibility — WCAG contrast
Aa
#f26f21 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f26f21 on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green43.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow86.4%
Key (black)5.1%
Color previews
#f26f21 text on a black background
contrast 7.07:1
Card sample
#f26f21 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f26f21;
Background color
Panel with #f26f21 background
background-color: #f26f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f26f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 111, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 111, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f26f21; background: linear-gradient(135deg, #f26f21, #EAF221);