#f06421
a balanced, electric orange · warm · closest name: chocolate
RGB
240, 100, 33
HSL
19°, 87%, 54%
CMYK
0, 58, 86, 6
Luminance
0.2775
Every format
| HEX | #f06421 |
| RGB | rgb(240, 100, 33) |
| HSL | hsl(19, 87%, 54%) |
| CMYK | cmyk(0%, 58%, 86%, 6%) |
| LAB | lab(59.7 50.9 60.6) |
| LCH | lch(59.7 79.1 49.9) |
| OKLCH | oklch(0.671 0.188 42.1) |
Copy-ready code
/* CSS */
color: #f06421;
background-color: #f06421;
/* Tailwind (arbitrary) */
class="text-[#f06421] bg-[#f06421]"
/* SCSS */
$brand: #f06421;
/* SwiftUI */
Color(red: 0.941, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#f06421")Accessibility — WCAG contrast
Aa
#f06421 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f06421 on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green39.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow86.3%
Key (black)5.9%
Color previews
#f06421 text on a black background
contrast 6.55:1
Card sample
#f06421 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06421;
Background color
Panel with #f06421 background
background-color: #f06421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06421; background: linear-gradient(135deg, #f06421, #F0EE21);