#eb6328
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 99, 40
HSL
18°, 83%, 54%
CMYK
0, 58, 83, 8
Luminance
0.2674
Every format
| HEX | #eb6328 |
| RGB | rgb(235, 99, 40) |
| HSL | hsl(18, 83%, 54%) |
| CMYK | cmyk(0%, 58%, 83%, 8%) |
| LAB | lab(58.7 49.8 56.7) |
| LCH | lch(58.7 75.5 48.7) |
| OKLCH | oklch(0.663 0.182 41.2) |
Copy-ready code
/* CSS */
color: #eb6328;
background-color: #eb6328;
/* Tailwind (arbitrary) */
class="text-[#eb6328] bg-[#eb6328]"
/* SCSS */
$brand: #eb6328;
/* SwiftUI */
Color(red: 0.922, green: 0.388, blue: 0.157)
/* Android */
Color.parseColor("#eb6328")Accessibility — WCAG contrast
Aa
#eb6328 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6328 on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.8%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta57.9%
Yellow83.0%
Key (black)7.8%
Color previews
#eb6328 text on a black background
contrast 6.35:1
Card sample
#eb6328 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6328;
Background color
Panel with #eb6328 background
background-color: #eb6328;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6328;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 99, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 99, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6328; background: linear-gradient(135deg, #eb6328, #EBE528);