#f3670c
a balanced, electric orange · warm · closest name: chocolate
RGB
243, 103, 12
HSL
24°, 91%, 50%
CMYK
0, 58, 95, 5
Luminance
0.2878
Every format
| HEX | #f3670c |
| RGB | rgb(243, 103, 12) |
| HSL | hsl(24, 91%, 50%) |
| CMYK | cmyk(0%, 58%, 95%, 5%) |
| LAB | lab(60.6 50.3 67.3) |
| LCH | lch(60.6 84.0 53.2) |
| OKLCH | oklch(0.679 0.191 44.9) |
Copy-ready code
/* CSS */
color: #f3670c;
background-color: #f3670c;
/* Tailwind (arbitrary) */
class="text-[#f3670c] bg-[#f3670c]"
/* SCSS */
$brand: #f3670c;
/* SwiftUI */
Color(red: 0.953, green: 0.404, blue: 0.047)
/* Android */
Color.parseColor("#f3670c")Accessibility — WCAG contrast
Aa
#f3670c on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f3670c on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green40.4%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta57.6%
Yellow95.1%
Key (black)4.7%
Color previews
#f3670c text on a black background
contrast 6.76:1
Card sample
#f3670c text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3670c;
Background color
Panel with #f3670c background
background-color: #f3670c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3670c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 103, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 103, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3670c; background: linear-gradient(135deg, #f3670c, #E5F30C);