#eb836f
a light, electric red · warm · closest name: salmon
RGB
235, 131, 111
HSL
10°, 76%, 68%
CMYK
0, 44, 53, 8
Luminance
0.3504
Every format
| HEX | #eb836f |
| RGB | rgb(235, 131, 111) |
| HSL | hsl(10, 76%, 68%) |
| CMYK | cmyk(0%, 44%, 53%, 8%) |
| LAB | lab(65.8 37.9 28.4) |
| LCH | lch(65.8 47.4 36.9) |
| OKLCH | oklch(0.719 0.132 32.0) |
Copy-ready code
/* CSS */
color: #eb836f;
background-color: #eb836f;
/* Tailwind (arbitrary) */
class="text-[#eb836f] bg-[#eb836f]"
/* SCSS */
$brand: #eb836f;
/* SwiftUI */
Color(red: 0.922, green: 0.514, blue: 0.435)
/* Android */
Color.parseColor("#eb836f")Accessibility — WCAG contrast
Aa
#eb836f on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb836f on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green51.4%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow52.8%
Key (black)7.8%
Color previews
#eb836f text on a black background
contrast 8.01:1
Card sample
#eb836f text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb836f;
Background color
Panel with #eb836f background
background-color: #eb836f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb836f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 131, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 131, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb836f; background: linear-gradient(135deg, #eb836f, #EBD66F);