#eb655f
a balanced, electric red · warm · closest name: salmon
RGB
235, 101, 95
HSL
3°, 78%, 65%
CMYK
0, 57, 60, 8
Luminance
0.2780
Every format
| HEX | #eb655f |
| RGB | rgb(235, 101, 95) |
| HSL | hsl(3, 78%, 65%) |
| CMYK | cmyk(0%, 57%, 60%, 8%) |
| LAB | lab(59.7 51.4 29.5) |
| LCH | lch(59.7 59.3 29.9) |
| OKLCH | oklch(0.672 0.168 25.2) |
Copy-ready code
/* CSS */
color: #eb655f;
background-color: #eb655f;
/* Tailwind (arbitrary) */
class="text-[#eb655f] bg-[#eb655f]"
/* SCSS */
$brand: #eb655f;
/* SwiftUI */
Color(red: 0.922, green: 0.396, blue: 0.373)
/* Android */
Color.parseColor("#eb655f")Accessibility — WCAG contrast
Aa
#eb655f on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb655f on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green39.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow59.6%
Key (black)7.8%
Color previews
#eb655f text on a black background
contrast 6.56:1
Card sample
#eb655f text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb655f;
Background color
Panel with #eb655f background
background-color: #eb655f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb655f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 101, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 101, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb655f; background: linear-gradient(135deg, #eb655f, #EBC25F);