#eb6743
a balanced, electric red · warm · closest name: coral
RGB
235, 103, 67
HSL
13°, 81%, 59%
CMYK
0, 56, 72, 8
Luminance
0.2777
Every format
| HEX | #eb6743 |
| RGB | rgb(235, 103, 67) |
| HSL | hsl(13, 81%, 59%) |
| CMYK | cmyk(0%, 56%, 72%, 8%) |
| LAB | lab(59.7 48.9 44.8) |
| LCH | lch(59.7 66.3 42.5) |
| OKLCH | oklch(0.671 0.172 36.2) |
Copy-ready code
/* CSS */
color: #eb6743;
background-color: #eb6743;
/* Tailwind (arbitrary) */
class="text-[#eb6743] bg-[#eb6743]"
/* SCSS */
$brand: #eb6743;
/* SwiftUI */
Color(red: 0.922, green: 0.404, blue: 0.263)
/* Android */
Color.parseColor("#eb6743")Accessibility — WCAG contrast
Aa
#eb6743 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6743 on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green40.4%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta56.2%
Yellow71.5%
Key (black)7.8%
Color previews
#eb6743 text on a black background
contrast 6.55:1
Card sample
#eb6743 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6743;
Background color
Panel with #eb6743 background
background-color: #eb6743;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6743;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 103, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 103, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6743; background: linear-gradient(135deg, #eb6743, #EBD743);