#f67e21
a balanced, electric orange · warm · closest name: chocolate
RGB
246, 126, 33
HSL
26°, 92%, 55%
CMYK
0, 49, 87, 4
Luminance
0.3462
Every format
| HEX | #f67e21 |
| RGB | rgb(246, 126, 33) |
| HSL | hsl(26, 92%, 55%) |
| CMYK | cmyk(0%, 49%, 87%, 4%) |
| LAB | lab(65.5 40.7 65.6) |
| LCH | lch(65.5 77.2 58.2) |
| OKLCH | oklch(0.717 0.174 51.7) |
Copy-ready code
/* CSS */
color: #f67e21;
background-color: #f67e21;
/* Tailwind (arbitrary) */
class="text-[#f67e21] bg-[#f67e21]"
/* SCSS */
$brand: #f67e21;
/* SwiftUI */
Color(red: 0.965, green: 0.494, blue: 0.129)
/* Android */
Color.parseColor("#f67e21")Accessibility — WCAG contrast
Aa
#f67e21 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f67e21 on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green49.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta48.8%
Yellow86.6%
Key (black)3.5%
Color previews
#f67e21 text on a black background
contrast 7.92:1
Card sample
#f67e21 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f67e21;
Background color
Panel with #f67e21 background
background-color: #f67e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f67e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 126, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 126, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f67e21; background: linear-gradient(135deg, #f67e21, #E0F621);