#ff5b14
a balanced, electric orange · warm · closest name: tomato
RGB
255, 91, 20
HSL
18°, 100%, 54%
CMYK
0, 64, 92, 0
Luminance
0.2879
Every format
| HEX | #ff5b14 |
| RGB | rgb(255, 91, 20) |
| HSL | hsl(18, 100%, 54%) |
| CMYK | cmyk(0%, 64%, 92%, 0%) |
| LAB | lab(60.6 59.8 66.5) |
| LCH | lch(60.6 89.4 48.0) |
| OKLCH | oklch(0.683 0.211 39.1) |
Copy-ready code
/* CSS */
color: #ff5b14;
background-color: #ff5b14;
/* Tailwind (arbitrary) */
class="text-[#ff5b14] bg-[#ff5b14]"
/* SCSS */
$brand: #ff5b14;
/* SwiftUI */
Color(red: 1.000, green: 0.357, blue: 0.078)
/* Android */
Color.parseColor("#ff5b14")Accessibility — WCAG contrast
Aa
#ff5b14 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff5b14 on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green35.7%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow92.2%
Key (black)0.0%
Color previews
#ff5b14 text on a black background
contrast 6.76:1
Card sample
#ff5b14 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff5b14;
Background color
Panel with #ff5b14 background
background-color: #ff5b14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff5b14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 91, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 91, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff5b14; background: linear-gradient(135deg, #ff5b14, #FFF814);