#eb822f
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 130, 47
HSL
27°, 83%, 55%
CMYK
0, 45, 80, 8
Luminance
0.3383
Every format
| HEX | #eb822f |
| RGB | rgb(235, 130, 47) |
| HSL | hsl(27, 83%, 55%) |
| CMYK | cmyk(0%, 45%, 80%, 8%) |
| LAB | lab(64.8 34.7 59.4) |
| LCH | lch(64.8 68.8 59.7) |
| OKLCH | oklch(0.710 0.158 54.1) |
Copy-ready code
/* CSS */
color: #eb822f;
background-color: #eb822f;
/* Tailwind (arbitrary) */
class="text-[#eb822f] bg-[#eb822f]"
/* SCSS */
$brand: #eb822f;
/* SwiftUI */
Color(red: 0.922, green: 0.510, blue: 0.184)
/* Android */
Color.parseColor("#eb822f")Accessibility — WCAG contrast
Aa
#eb822f on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb822f on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green51.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow80.0%
Key (black)7.8%
Color previews
#eb822f text on a black background
contrast 7.77:1
Card sample
#eb822f text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb822f;
Background color
Panel with #eb822f background
background-color: #eb822f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb822f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 130, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 130, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb822f; background: linear-gradient(135deg, #eb822f, #D7EB2F);