#f57708
a balanced, electric orange · warm · closest name: chocolate
RGB
245, 119, 8
HSL
28°, 94%, 50%
CMYK
0, 51, 97, 4
Luminance
0.3262
Every format
| HEX | #f57708 |
| RGB | rgb(245, 119, 8) |
| HSL | hsl(28, 94%, 50%) |
| CMYK | cmyk(0%, 51%, 97%, 4%) |
| LAB | lab(63.9 43.5 70.1) |
| LCH | lch(63.9 82.5 58.2) |
| OKLCH | oklch(0.705 0.182 51.0) |
Copy-ready code
/* CSS */
color: #f57708;
background-color: #f57708;
/* Tailwind (arbitrary) */
class="text-[#f57708] bg-[#f57708]"
/* SCSS */
$brand: #f57708;
/* SwiftUI */
Color(red: 0.961, green: 0.467, blue: 0.031)
/* Android */
Color.parseColor("#f57708")Accessibility — WCAG contrast
Aa
#f57708 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f57708 on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green46.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow96.7%
Key (black)3.9%
Color previews
#f57708 text on a black background
contrast 7.52:1
Card sample
#f57708 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f57708;
Background color
Panel with #f57708 background
background-color: #f57708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f57708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 119, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 119, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f57708; background: linear-gradient(135deg, #f57708, #D5F508);