#eb770f
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 119, 15
HSL
28°, 88%, 49%
CMYK
0, 49, 94, 8
Luminance
0.3089
Every format
| HEX | #eb770f |
| RGB | rgb(235, 119, 15) |
| HSL | hsl(28, 88%, 49%) |
| CMYK | cmyk(0%, 49%, 94%, 8%) |
| LAB | lab(62.4 39.6 67.3) |
| LCH | lch(62.4 78.1 59.5) |
| OKLCH | oklch(0.691 0.172 52.8) |
Copy-ready code
/* CSS */
color: #eb770f;
background-color: #eb770f;
/* Tailwind (arbitrary) */
class="text-[#eb770f] bg-[#eb770f]"
/* SCSS */
$brand: #eb770f;
/* SwiftUI */
Color(red: 0.922, green: 0.467, blue: 0.059)
/* Android */
Color.parseColor("#eb770f")Accessibility — WCAG contrast
Aa
#eb770f on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb770f on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green46.7%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow93.6%
Key (black)7.8%
Color previews
#eb770f text on a black background
contrast 7.18:1
Card sample
#eb770f text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb770f;
Background color
Panel with #eb770f background
background-color: #eb770f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb770f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 119, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 119, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb770f; background: linear-gradient(135deg, #eb770f, #CCEB0F);