#eb9f87
a light, vivid red · warm · closest name: tan
RGB
235, 159, 135
HSL
14°, 71%, 73%
CMYK
0, 32, 43, 8
Luminance
0.4421
Every format
| HEX | #eb9f87 |
| RGB | rgb(235, 159, 135) |
| HSL | hsl(14, 71%, 73%) |
| CMYK | cmyk(0%, 32%, 43%, 8%) |
| LAB | lab(72.4 25.5 24.0) |
| LCH | lch(72.4 35.0 43.3) |
| OKLCH | oklch(0.771 0.098 38.3) |
Copy-ready code
/* CSS */
color: #eb9f87;
background-color: #eb9f87;
/* Tailwind (arbitrary) */
class="text-[#eb9f87] bg-[#eb9f87]"
/* SCSS */
$brand: #eb9f87;
/* SwiftUI */
Color(red: 0.922, green: 0.624, blue: 0.529)
/* Android */
Color.parseColor("#eb9f87")Accessibility — WCAG contrast
Aa
#eb9f87 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9f87 on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green62.4%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow42.6%
Key (black)7.8%
Color previews
#eb9f87 text on a black background
contrast 9.84:1
Card sample
#eb9f87 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9f87;
Background color
Panel with #eb9f87 background
background-color: #eb9f87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9f87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 159, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 159, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9f87; background: linear-gradient(135deg, #eb9f87, #EBE287);