#ff540f
a balanced, electric orange · warm · closest name: red
RGB
255, 84, 15
HSL
17°, 100%, 53%
CMYK
0, 67, 94, 0
Luminance
0.2764
Every format
| HEX | #ff540f |
| RGB | rgb(255, 84, 15) |
| HSL | hsl(17, 100%, 53%) |
| CMYK | cmyk(0%, 67%, 94%, 0%) |
| LAB | lab(59.6 62.5 67.0) |
| LCH | lch(59.6 91.7 47.0) |
| OKLCH | oklch(0.675 0.217 37.7) |
Copy-ready code
/* CSS */
color: #ff540f;
background-color: #ff540f;
/* Tailwind (arbitrary) */
class="text-[#ff540f] bg-[#ff540f]"
/* SCSS */
$brand: #ff540f;
/* SwiftUI */
Color(red: 1.000, green: 0.329, blue: 0.059)
/* Android */
Color.parseColor("#ff540f")Accessibility — WCAG contrast
Aa
#ff540f on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff540f on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green32.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow94.1%
Key (black)0.0%
Color previews
#ff540f text on a black background
contrast 6.53:1
Card sample
#ff540f text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff540f;
Background color
Panel with #ff540f background
background-color: #ff540f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff540f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 84, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 84, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff540f; background: linear-gradient(135deg, #ff540f, #FFF40F);