#f06021
a balanced, electric orange · warm · closest name: tomato
RGB
240, 96, 33
HSL
18°, 87%, 54%
CMYK
0, 60, 86, 6
Luminance
0.2700
Every format
| HEX | #f06021 |
| RGB | rgb(240, 96, 33) |
| HSL | hsl(18, 87%, 54%) |
| CMYK | cmyk(0%, 60%, 86%, 6%) |
| LAB | lab(59.0 52.7 60.0) |
| LCH | lch(59.0 79.9 48.7) |
| OKLCH | oklch(0.666 0.191 40.7) |
Copy-ready code
/* CSS */
color: #f06021;
background-color: #f06021;
/* Tailwind (arbitrary) */
class="text-[#f06021] bg-[#f06021]"
/* SCSS */
$brand: #f06021;
/* SwiftUI */
Color(red: 0.941, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#f06021")Accessibility — WCAG contrast
Aa
#f06021 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f06021 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow86.3%
Key (black)5.9%
Color previews
#f06021 text on a black background
contrast 6.40:1
Card sample
#f06021 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06021;
Background color
Panel with #f06021 background
background-color: #f06021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06021; background: linear-gradient(135deg, #f06021, #F0EA21);