#f08430
a balanced, electric orange · warm · closest name: chocolate
RGB
240, 132, 48
HSL
26°, 87%, 57%
CMYK
0, 45, 80, 6
Luminance
0.3524
Every format
| HEX | #f08430 |
| RGB | rgb(240, 132, 48) |
| HSL | hsl(26, 87%, 57%) |
| CMYK | cmyk(0%, 45%, 80%, 6%) |
| LAB | lab(65.9 35.7 60.2) |
| LCH | lch(65.9 70.0 59.3) |
| OKLCH | oklch(0.720 0.161 53.7) |
Copy-ready code
/* CSS */
color: #f08430;
background-color: #f08430;
/* Tailwind (arbitrary) */
class="text-[#f08430] bg-[#f08430]"
/* SCSS */
$brand: #f08430;
/* SwiftUI */
Color(red: 0.941, green: 0.518, blue: 0.188)
/* Android */
Color.parseColor("#f08430")Accessibility — WCAG contrast
Aa
#f08430 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08430 on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green51.8%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta45.0%
Yellow80.0%
Key (black)5.9%
Color previews
#f08430 text on a black background
contrast 8.05:1
Card sample
#f08430 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08430;
Background color
Panel with #f08430 background
background-color: #f08430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 132, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 132, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08430; background: linear-gradient(135deg, #f08430, #DCF030);