#eb6348
a balanced, electric red · warm · closest name: tomato
RGB
235, 99, 72
HSL
10°, 80%, 60%
CMYK
0, 58, 69, 8
Luminance
0.2705
Every format
| HEX | #eb6348 |
| RGB | rgb(235, 99, 72) |
| HSL | hsl(10, 80%, 60%) |
| CMYK | cmyk(0%, 58%, 69%, 8%) |
| LAB | lab(59.0 51.0 41.4) |
| LCH | lch(59.0 65.7 39.1) |
| OKLCH | oklch(0.666 0.174 33.0) |
Copy-ready code
/* CSS */
color: #eb6348;
background-color: #eb6348;
/* Tailwind (arbitrary) */
class="text-[#eb6348] bg-[#eb6348]"
/* SCSS */
$brand: #eb6348;
/* SwiftUI */
Color(red: 0.922, green: 0.388, blue: 0.282)
/* Android */
Color.parseColor("#eb6348")Accessibility — WCAG contrast
Aa
#eb6348 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6348 on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.8%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta57.9%
Yellow69.4%
Key (black)7.8%
Color previews
#eb6348 text on a black background
contrast 6.41:1
Card sample
#eb6348 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6348;
Background color
Panel with #eb6348 background
background-color: #eb6348;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6348;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 99, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 99, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6348; background: linear-gradient(135deg, #eb6348, #EBD048);