#eb7263
a light, electric red · warm · closest name: salmon
RGB
235, 114, 99
HSL
7°, 77%, 66%
CMYK
0, 52, 58, 8
Luminance
0.3060
Every format
| HEX | #eb7263 |
| RGB | rgb(235, 114, 99) |
| HSL | hsl(7, 77%, 66%) |
| CMYK | cmyk(0%, 52%, 58%, 8%) |
| LAB | lab(62.2 45.5 30.4) |
| LCH | lch(62.2 54.7 33.8) |
| OKLCH | oklch(0.691 0.153 28.8) |
Copy-ready code
/* CSS */
color: #eb7263;
background-color: #eb7263;
/* Tailwind (arbitrary) */
class="text-[#eb7263] bg-[#eb7263]"
/* SCSS */
$brand: #eb7263;
/* SwiftUI */
Color(red: 0.922, green: 0.447, blue: 0.388)
/* Android */
Color.parseColor("#eb7263")Accessibility — WCAG contrast
Aa
#eb7263 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7263 on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green44.7%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta51.5%
Yellow57.9%
Key (black)7.8%
Color previews
#eb7263 text on a black background
contrast 7.12:1
Card sample
#eb7263 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7263;
Background color
Panel with #eb7263 background
background-color: #eb7263;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7263;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 114, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 114, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7263; background: linear-gradient(135deg, #eb7263, #EBCD63);