#ff8818
a balanced, electric orange · warm · closest name: orange
RGB
255, 136, 24
HSL
29°, 100%, 55%
CMYK
0, 47, 91, 0
Luminance
0.3893
Every format
| HEX | #ff8818 |
| RGB | rgb(255, 136, 24) |
| HSL | hsl(29, 100%, 55%) |
| CMYK | cmyk(0%, 47%, 91%, 0%) |
| LAB | lab(68.7 39.1 71.1) |
| LCH | lch(68.7 81.1 61.2) |
| OKLCH | oklch(0.745 0.178 55.1) |
Copy-ready code
/* CSS */
color: #ff8818;
background-color: #ff8818;
/* Tailwind (arbitrary) */
class="text-[#ff8818] bg-[#ff8818]"
/* SCSS */
$brand: #ff8818;
/* SwiftUI */
Color(red: 1.000, green: 0.533, blue: 0.094)
/* Android */
Color.parseColor("#ff8818")Accessibility — WCAG contrast
Aa
#ff8818 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8818 on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green53.3%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow90.6%
Key (black)0.0%
Color previews
#ff8818 text on a black background
contrast 8.79:1
Card sample
#ff8818 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8818;
Background color
Panel with #ff8818 background
background-color: #ff8818;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8818;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 136, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 136, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8818; background: linear-gradient(135deg, #ff8818, #DCFF18);