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