#eb650f
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 101, 15
HSL
24°, 88%, 49%
CMYK
0, 57, 94, 8
Luminance
0.2700
Every format
| HEX | #eb650f |
| RGB | rgb(235, 101, 15) |
| HSL | hsl(24, 88%, 49%) |
| CMYK | cmyk(0%, 57%, 94%, 8%) |
| LAB | lab(59.0 48.4 65.0) |
| LCH | lch(59.0 81.0 53.4) |
| OKLCH | oklch(0.664 0.185 45.2) |
Copy-ready code
/* CSS */
color: #eb650f;
background-color: #eb650f;
/* Tailwind (arbitrary) */
class="text-[#eb650f] bg-[#eb650f]"
/* SCSS */
$brand: #eb650f;
/* SwiftUI */
Color(red: 0.922, green: 0.396, blue: 0.059)
/* Android */
Color.parseColor("#eb650f")Accessibility — WCAG contrast
Aa
#eb650f on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb650f on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green39.6%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow93.6%
Key (black)7.8%
Color previews
#eb650f text on a black background
contrast 6.40:1
Card sample
#eb650f text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb650f;
Background color
Panel with #eb650f background
background-color: #eb650f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb650f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 101, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 101, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb650f; background: linear-gradient(135deg, #eb650f, #DEEB0F);