#eb8d09
a balanced, electric orange · warm · closest name: orange
RGB
235, 141, 9
HSL
35°, 93%, 48%
CMYK
0, 40, 96, 8
Luminance
0.3673
Every format
| HEX | #eb8d09 |
| RGB | rgb(235, 141, 9) |
| HSL | hsl(35, 93%, 48%) |
| CMYK | cmyk(0%, 40%, 96%, 8%) |
| LAB | lab(67.1 28.2 71.4) |
| LCH | lch(67.1 76.8 68.4) |
| OKLCH | oklch(0.727 0.162 64.4) |
Copy-ready code
/* CSS */
color: #eb8d09;
background-color: #eb8d09;
/* Tailwind (arbitrary) */
class="text-[#eb8d09] bg-[#eb8d09]"
/* SCSS */
$brand: #eb8d09;
/* SwiftUI */
Color(red: 0.922, green: 0.553, blue: 0.035)
/* Android */
Color.parseColor("#eb8d09")Accessibility — WCAG contrast
Aa
#eb8d09 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8d09 on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green55.3%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow96.2%
Key (black)7.8%
Color previews
#eb8d09 text on a black background
contrast 8.35:1
Card sample
#eb8d09 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8d09;
Background color
Panel with #eb8d09 background
background-color: #eb8d09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8d09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 141, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 141, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8d09; background: linear-gradient(135deg, #eb8d09, #B2EB09);