#eb706f
a light, electric red · warm · closest name: salmon
RGB
235, 112, 111
HSL
1°, 76%, 68%
CMYK
0, 52, 53, 8
Luminance
0.3040
Every format
| HEX | #eb706f |
| RGB | rgb(235, 112, 111) |
| HSL | hsl(1, 76%, 68%) |
| CMYK | cmyk(0%, 52%, 53%, 8%) |
| LAB | lab(62.0 47.4 23.4) |
| LCH | lch(62.0 52.9 26.3) |
| OKLCH | oklch(0.691 0.153 22.3) |
Copy-ready code
/* CSS */
color: #eb706f;
background-color: #eb706f;
/* Tailwind (arbitrary) */
class="text-[#eb706f] bg-[#eb706f]"
/* SCSS */
$brand: #eb706f;
/* SwiftUI */
Color(red: 0.922, green: 0.439, blue: 0.435)
/* Android */
Color.parseColor("#eb706f")Accessibility — WCAG contrast
Aa
#eb706f on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb706f on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green43.9%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta52.3%
Yellow52.8%
Key (black)7.8%
Color previews
#eb706f text on a black background
contrast 7.08:1
Card sample
#eb706f text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb706f;
Background color
Panel with #eb706f background
background-color: #eb706f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb706f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 112, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 112, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb706f; background: linear-gradient(135deg, #eb706f, #EBC36F);