#eb632f
a balanced, electric orange · warm · closest name: tomato
RGB
235, 99, 47
HSL
17°, 83%, 55%
CMYK
0, 58, 80, 8
Luminance
0.2679
Every format
| HEX | #eb632f |
| RGB | rgb(235, 99, 47) |
| HSL | hsl(17, 83%, 55%) |
| CMYK | cmyk(0%, 58%, 80%, 8%) |
| LAB | lab(58.8 50.0 53.7) |
| LCH | lch(58.8 73.3 47.1) |
| OKLCH | oklch(0.663 0.180 39.8) |
Copy-ready code
/* CSS */
color: #eb632f;
background-color: #eb632f;
/* Tailwind (arbitrary) */
class="text-[#eb632f] bg-[#eb632f]"
/* SCSS */
$brand: #eb632f;
/* SwiftUI */
Color(red: 0.922, green: 0.388, blue: 0.184)
/* Android */
Color.parseColor("#eb632f")Accessibility — WCAG contrast
Aa
#eb632f on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb632f on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta57.9%
Yellow80.0%
Key (black)7.8%
Color previews
#eb632f text on a black background
contrast 6.36:1
Card sample
#eb632f text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb632f;
Background color
Panel with #eb632f background
background-color: #eb632f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb632f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 99, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 99, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb632f; background: linear-gradient(135deg, #eb632f, #EBE02F);