#ff570c
a balanced, electric orange · warm · closest name: red
RGB
255, 87, 12
HSL
19°, 100%, 52%
CMYK
0, 66, 95, 0
Luminance
0.2810
Every format
| HEX | #ff570c |
| RGB | rgb(255, 87, 12) |
| HSL | hsl(19, 100%, 52%) |
| CMYK | cmyk(0%, 66%, 95%, 0%) |
| LAB | lab(60.0 61.4 67.9) |
| LCH | lch(60.0 91.5 47.9) |
| OKLCH | oklch(0.678 0.215 38.7) |
Copy-ready code
/* CSS */
color: #ff570c;
background-color: #ff570c;
/* Tailwind (arbitrary) */
class="text-[#ff570c] bg-[#ff570c]"
/* SCSS */
$brand: #ff570c;
/* SwiftUI */
Color(red: 1.000, green: 0.341, blue: 0.047)
/* Android */
Color.parseColor("#ff570c")Accessibility — WCAG contrast
Aa
#ff570c on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff570c on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green34.1%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta65.9%
Yellow95.3%
Key (black)0.0%
Color previews
#ff570c text on a black background
contrast 6.62:1
Card sample
#ff570c text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff570c;
Background color
Panel with #ff570c background
background-color: #ff570c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff570c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 87, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 87, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff570c; background: linear-gradient(135deg, #ff570c, #FFF90C);