#ff8813
a balanced, electric orange · warm · closest name: orange
RGB
255, 136, 19
HSL
30°, 100%, 54%
CMYK
0, 47, 93, 0
Luminance
0.3892
Every format
| HEX | #ff8813 |
| RGB | rgb(255, 136, 19) |
| HSL | hsl(30, 100%, 54%) |
| CMYK | cmyk(0%, 47%, 93%, 0%) |
| LAB | lab(68.7 39.0 72.2) |
| LCH | lch(68.7 82.0 61.6) |
| OKLCH | oklch(0.745 0.179 55.5) |
Copy-ready code
/* CSS */
color: #ff8813;
background-color: #ff8813;
/* Tailwind (arbitrary) */
class="text-[#ff8813] bg-[#ff8813]"
/* SCSS */
$brand: #ff8813;
/* SwiftUI */
Color(red: 1.000, green: 0.533, blue: 0.075)
/* Android */
Color.parseColor("#ff8813")Accessibility — WCAG contrast
Aa
#ff8813 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8813 on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green53.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow92.5%
Key (black)0.0%
Color previews
#ff8813 text on a black background
contrast 8.78:1
Card sample
#ff8813 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8813;
Background color
Panel with #ff8813 background
background-color: #ff8813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 136, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 136, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8813; background: linear-gradient(135deg, #ff8813, #D9FF13);