#eb7269
a light, electric red · warm · closest name: salmon
RGB
235, 114, 105
HSL
4°, 77%, 67%
CMYK
0, 52, 55, 8
Luminance
0.3072
Every format
| HEX | #eb7269 |
| RGB | rgb(235, 114, 105) |
| HSL | hsl(4, 77%, 67%) |
| CMYK | cmyk(0%, 52%, 55%, 8%) |
| LAB | lab(62.3 46.0 27.2) |
| LCH | lch(62.3 53.4 30.6) |
| OKLCH | oklch(0.692 0.151 26.1) |
Copy-ready code
/* CSS */
color: #eb7269;
background-color: #eb7269;
/* Tailwind (arbitrary) */
class="text-[#eb7269] bg-[#eb7269]"
/* SCSS */
$brand: #eb7269;
/* SwiftUI */
Color(red: 0.922, green: 0.447, blue: 0.412)
/* Android */
Color.parseColor("#eb7269")Accessibility — WCAG contrast
Aa
#eb7269 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7269 on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green44.7%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta51.5%
Yellow55.3%
Key (black)7.8%
Color previews
#eb7269 text on a black background
contrast 7.14:1
Card sample
#eb7269 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7269;
Background color
Panel with #eb7269 background
background-color: #eb7269;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7269;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 114, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 114, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7269; background: linear-gradient(135deg, #eb7269, #EBC969);