#eb685f
a balanced, electric red · warm · closest name: salmon
RGB
235, 104, 95
HSL
4°, 78%, 65%
CMYK
0, 56, 60, 8
Luminance
0.2839
Every format
| HEX | #eb685f |
| RGB | rgb(235, 104, 95) |
| HSL | hsl(4, 78%, 65%) |
| CMYK | cmyk(0%, 56%, 60%, 8%) |
| LAB | lab(60.2 50.0 30.2) |
| LCH | lch(60.2 58.4 31.1) |
| OKLCH | oklch(0.676 0.164 26.3) |
Copy-ready code
/* CSS */
color: #eb685f;
background-color: #eb685f;
/* Tailwind (arbitrary) */
class="text-[#eb685f] bg-[#eb685f]"
/* SCSS */
$brand: #eb685f;
/* SwiftUI */
Color(red: 0.922, green: 0.408, blue: 0.373)
/* Android */
Color.parseColor("#eb685f")Accessibility — WCAG contrast
Aa
#eb685f on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb685f on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green40.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow59.6%
Key (black)7.8%
Color previews
#eb685f text on a black background
contrast 6.68:1
Card sample
#eb685f text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb685f;
Background color
Panel with #eb685f background
background-color: #eb685f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb685f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 104, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 104, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb685f; background: linear-gradient(135deg, #eb685f, #EBC55F);