#eb6f3c
a balanced, electric orange · warm · closest name: coral
RGB
235, 111, 60
HSL
18°, 81%, 58%
CMYK
0, 53, 75, 8
Luminance
0.2936
Every format
| HEX | #eb6f3c |
| RGB | rgb(235, 111, 60) |
| HSL | hsl(18, 81%, 58%) |
| CMYK | cmyk(0%, 53%, 75%, 8%) |
| LAB | lab(61.1 44.7 49.9) |
| LCH | lch(61.1 67.0 48.1) |
| OKLCH | oklch(0.681 0.167 41.6) |
Copy-ready code
/* CSS */
color: #eb6f3c;
background-color: #eb6f3c;
/* Tailwind (arbitrary) */
class="text-[#eb6f3c] bg-[#eb6f3c]"
/* SCSS */
$brand: #eb6f3c;
/* SwiftUI */
Color(red: 0.922, green: 0.435, blue: 0.235)
/* Android */
Color.parseColor("#eb6f3c")Accessibility — WCAG contrast
Aa
#eb6f3c on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6f3c on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green43.5%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta52.8%
Yellow74.5%
Key (black)7.8%
Color previews
#eb6f3c text on a black background
contrast 6.87:1
Card sample
#eb6f3c text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6f3c;
Background color
Panel with #eb6f3c background
background-color: #eb6f3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6f3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 111, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 111, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6f3c; background: linear-gradient(135deg, #eb6f3c, #EBE43C);