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