#f06608
a balanced, electric orange · warm · closest name: chocolate
RGB
240, 102, 8
HSL
24°, 94%, 49%
CMYK
0, 58, 97, 6
Luminance
0.2805
Every format
| HEX | #f06608 |
| RGB | rgb(240, 102, 8) |
| HSL | hsl(24, 94%, 49%) |
| CMYK | cmyk(0%, 58%, 97%, 6%) |
| LAB | lab(59.9 49.7 67.3) |
| LCH | lch(59.9 83.7 53.6) |
| OKLCH | oklch(0.673 0.189 45.2) |
Copy-ready code
/* CSS */
color: #f06608;
background-color: #f06608;
/* Tailwind (arbitrary) */
class="text-[#f06608] bg-[#f06608]"
/* SCSS */
$brand: #f06608;
/* SwiftUI */
Color(red: 0.941, green: 0.400, blue: 0.031)
/* Android */
Color.parseColor("#f06608")Accessibility — WCAG contrast
Aa
#f06608 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f06608 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green40.0%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow96.7%
Key (black)5.9%
Color previews
#f06608 text on a black background
contrast 6.61:1
Card sample
#f06608 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06608;
Background color
Panel with #f06608 background
background-color: #f06608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 102, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 102, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06608; background: linear-gradient(135deg, #f06608, #DFF008);