#f0803a
a balanced, electric orange · warm · closest name: chocolate
RGB
240, 128, 58
HSL
23°, 86%, 58%
CMYK
0, 47, 76, 6
Luminance
0.3427
Every format
| HEX | #f0803a |
| RGB | rgb(240, 128, 58) |
| HSL | hsl(23, 86%, 58%) |
| CMYK | cmyk(0%, 47%, 76%, 6%) |
| LAB | lab(65.2 38.1 55.2) |
| LCH | lch(65.2 67.1 55.4) |
| OKLCH | oklch(0.714 0.160 49.5) |
Copy-ready code
/* CSS */
color: #f0803a;
background-color: #f0803a;
/* Tailwind (arbitrary) */
class="text-[#f0803a] bg-[#f0803a]"
/* SCSS */
$brand: #f0803a;
/* SwiftUI */
Color(red: 0.941, green: 0.502, blue: 0.227)
/* Android */
Color.parseColor("#f0803a")Accessibility — WCAG contrast
Aa
#f0803a on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0803a on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green50.2%
Blue22.7%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow75.8%
Key (black)5.9%
Color previews
#f0803a text on a black background
contrast 7.85:1
Card sample
#f0803a text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0803a;
Background color
Panel with #f0803a background
background-color: #f0803a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0803a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 128, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 128, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0803a; background: linear-gradient(135deg, #f0803a, #E7F03A);