#f57d13
a balanced, electric orange · warm · closest name: chocolate
RGB
245, 125, 19
HSL
28°, 92%, 52%
CMYK
0, 49, 92, 4
Luminance
0.3413
Every format
| HEX | #f57d13 |
| RGB | rgb(245, 125, 19) |
| HSL | hsl(28, 92%, 52%) |
| CMYK | cmyk(0%, 49%, 92%, 4%) |
| LAB | lab(65.1 40.6 69.0) |
| LCH | lch(65.1 80.0 59.5) |
| OKLCH | oklch(0.714 0.177 52.9) |
Copy-ready code
/* CSS */
color: #f57d13;
background-color: #f57d13;
/* Tailwind (arbitrary) */
class="text-[#f57d13] bg-[#f57d13]"
/* SCSS */
$brand: #f57d13;
/* SwiftUI */
Color(red: 0.961, green: 0.490, blue: 0.075)
/* Android */
Color.parseColor("#f57d13")Accessibility — WCAG contrast
Aa
#f57d13 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f57d13 on black: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green49.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow92.2%
Key (black)3.9%
Color previews
#f57d13 text on a black background
contrast 7.83:1
Card sample
#f57d13 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f57d13;
Background color
Panel with #f57d13 background
background-color: #f57d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f57d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 125, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 125, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f57d13; background: linear-gradient(135deg, #f57d13, #D7F513);