#f67c13
a balanced, electric orange · warm · closest name: chocolate
RGB
246, 124, 19
HSL
28°, 93%, 52%
CMYK
0, 50, 92, 4
Luminance
0.3406
Every format
| HEX | #f67c13 |
| RGB | rgb(246, 124, 19) |
| HSL | hsl(28, 93%, 52%) |
| CMYK | cmyk(0%, 50%, 92%, 4%) |
| LAB | lab(65.0 41.5 69.0) |
| LCH | lch(65.0 80.5 59.0) |
| OKLCH | oklch(0.714 0.178 52.2) |
Copy-ready code
/* CSS */
color: #f67c13;
background-color: #f67c13;
/* Tailwind (arbitrary) */
class="text-[#f67c13] bg-[#f67c13]"
/* SCSS */
$brand: #f67c13;
/* SwiftUI */
Color(red: 0.965, green: 0.486, blue: 0.075)
/* Android */
Color.parseColor("#f67c13")Accessibility — WCAG contrast
Aa
#f67c13 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f67c13 on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green48.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow92.3%
Key (black)3.5%
Color previews
#f67c13 text on a black background
contrast 7.81:1
Card sample
#f67c13 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f67c13;
Background color
Panel with #f67c13 background
background-color: #f67c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f67c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 124, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 124, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f67c13; background: linear-gradient(135deg, #f67c13, #D9F613);