#eb6b3f
a balanced, electric orange · warm · closest name: coral
RGB
235, 107, 63
HSL
15°, 81%, 58%
CMYK
0, 55, 73, 8
Luminance
0.2854
Every format
| HEX | #eb6b3f |
| RGB | rgb(235, 107, 63) |
| HSL | hsl(15, 81%, 58%) |
| CMYK | cmyk(0%, 55%, 73%, 8%) |
| LAB | lab(60.4 46.8 47.6) |
| LCH | lch(60.4 66.8 45.5) |
| OKLCH | oklch(0.676 0.169 39.0) |
Copy-ready code
/* CSS */
color: #eb6b3f;
background-color: #eb6b3f;
/* Tailwind (arbitrary) */
class="text-[#eb6b3f] bg-[#eb6b3f]"
/* SCSS */
$brand: #eb6b3f;
/* SwiftUI */
Color(red: 0.922, green: 0.420, blue: 0.247)
/* Android */
Color.parseColor("#eb6b3f")Accessibility — WCAG contrast
Aa
#eb6b3f on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6b3f on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green42.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow73.2%
Key (black)7.8%
Color previews
#eb6b3f text on a black background
contrast 6.71:1
Card sample
#eb6b3f text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6b3f;
Background color
Panel with #eb6b3f background
background-color: #eb6b3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6b3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 107, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 107, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6b3f; background: linear-gradient(135deg, #eb6b3f, #EBDD3F);