#eb694f
a balanced, electric red · warm · closest name: coral
RGB
235, 105, 79
HSL
10°, 80%, 62%
CMYK
0, 55, 66, 8
Luminance
0.2833
Every format
| HEX | #eb694f |
| RGB | rgb(235, 105, 79) |
| HSL | hsl(10, 80%, 62%) |
| CMYK | cmyk(0%, 55%, 66%, 8%) |
| LAB | lab(60.2 48.5 39.0) |
| LCH | lch(60.2 62.3 38.8) |
| OKLCH | oklch(0.675 0.167 33.0) |
Copy-ready code
/* CSS */
color: #eb694f;
background-color: #eb694f;
/* Tailwind (arbitrary) */
class="text-[#eb694f] bg-[#eb694f]"
/* SCSS */
$brand: #eb694f;
/* SwiftUI */
Color(red: 0.922, green: 0.412, blue: 0.310)
/* Android */
Color.parseColor("#eb694f")Accessibility — WCAG contrast
Aa
#eb694f on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb694f on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green41.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow66.4%
Key (black)7.8%
Color previews
#eb694f text on a black background
contrast 6.67:1
Card sample
#eb694f text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb694f;
Background color
Panel with #eb694f background
background-color: #eb694f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb694f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 105, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 105, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb694f; background: linear-gradient(135deg, #eb694f, #EBD14F);