#f58708
a balanced, electric orange · warm · closest name: orange
RGB
245, 135, 8
HSL
32°, 94%, 50%
CMYK
0, 45, 97, 4
Luminance
0.3676
Every format
| HEX | #f58708 |
| RGB | rgb(245, 135, 8) |
| HSL | hsl(32, 94%, 50%) |
| CMYK | cmyk(0%, 45%, 97%, 4%) |
| LAB | lab(67.1 35.4 72.2) |
| LCH | lch(67.1 80.4 63.9) |
| OKLCH | oklch(0.730 0.173 58.3) |
Copy-ready code
/* CSS */
color: #f58708;
background-color: #f58708;
/* Tailwind (arbitrary) */
class="text-[#f58708] bg-[#f58708]"
/* SCSS */
$brand: #f58708;
/* SwiftUI */
Color(red: 0.961, green: 0.529, blue: 0.031)
/* Android */
Color.parseColor("#f58708")Accessibility — WCAG contrast
Aa
#f58708 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58708 on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green52.9%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta44.9%
Yellow96.7%
Key (black)3.9%
Color previews
#f58708 text on a black background
contrast 8.35:1
Card sample
#f58708 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58708;
Background color
Panel with #f58708 background
background-color: #f58708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 135, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 135, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58708; background: linear-gradient(135deg, #f58708, #C5F508);