#ff541b
a balanced, electric orange · warm · closest name: tomato
RGB
255, 84, 27
HSL
15°, 100%, 55%
CMYK
0, 67, 89, 0
Luminance
0.2768
Every format
| HEX | #ff541b |
| RGB | rgb(255, 84, 27) |
| HSL | hsl(15, 100%, 55%) |
| CMYK | cmyk(0%, 67%, 89%, 0%) |
| LAB | lab(59.6 62.7 63.7) |
| LCH | lch(59.6 89.4 45.4) |
| OKLCH | oklch(0.676 0.216 36.7) |
Copy-ready code
/* CSS */
color: #ff541b;
background-color: #ff541b;
/* Tailwind (arbitrary) */
class="text-[#ff541b] bg-[#ff541b]"
/* SCSS */
$brand: #ff541b;
/* SwiftUI */
Color(red: 1.000, green: 0.329, blue: 0.106)
/* Android */
Color.parseColor("#ff541b")Accessibility — WCAG contrast
Aa
#ff541b on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff541b on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green32.9%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta67.1%
Yellow89.4%
Key (black)0.0%
Color previews
#ff541b text on a black background
contrast 6.54:1
Card sample
#ff541b text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff541b;
Background color
Panel with #ff541b background
background-color: #ff541b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff541b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 84, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 84, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff541b; background: linear-gradient(135deg, #ff541b, #FFEC1B);