#f08032
a balanced, electric orange · warm · closest name: chocolate
RGB
240, 128, 50
HSL
25°, 86%, 57%
CMYK
0, 47, 79, 6
Luminance
0.3419
Every format
| HEX | #f08032 |
| RGB | rgb(240, 128, 50) |
| HSL | hsl(25, 86%, 57%) |
| CMYK | cmyk(0%, 47%, 79%, 6%) |
| LAB | lab(65.1 37.8 58.7) |
| LCH | lch(65.1 69.8 57.2) |
| OKLCH | oklch(0.713 0.163 51.2) |
Copy-ready code
/* CSS */
color: #f08032;
background-color: #f08032;
/* Tailwind (arbitrary) */
class="text-[#f08032] bg-[#f08032]"
/* SCSS */
$brand: #f08032;
/* SwiftUI */
Color(red: 0.941, green: 0.502, blue: 0.196)
/* Android */
Color.parseColor("#f08032")Accessibility — WCAG contrast
Aa
#f08032 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08032 on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green50.2%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow79.2%
Key (black)5.9%
Color previews
#f08032 text on a black background
contrast 7.84:1
Card sample
#f08032 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08032;
Background color
Panel with #f08032 background
background-color: #f08032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 128, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 128, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08032; background: linear-gradient(135deg, #f08032, #E1F032);