#ebac98
a light, vivid red · warm · closest name: tan
RGB
235, 172, 152
HSL
15°, 68%, 76%
CMYK
0, 27, 35, 8
Luminance
0.4943
Every format
| HEX | #ebac98 |
| RGB | rgb(235, 172, 152) |
| HSL | hsl(15, 68%, 76%) |
| CMYK | cmyk(0%, 27%, 35%, 8%) |
| LAB | lab(75.7 20.5 19.4) |
| LCH | lch(75.7 28.2 43.4) |
| OKLCH | oklch(0.798 0.080 38.3) |
Copy-ready code
/* CSS */
color: #ebac98;
background-color: #ebac98;
/* Tailwind (arbitrary) */
class="text-[#ebac98] bg-[#ebac98]"
/* SCSS */
$brand: #ebac98;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.596)
/* Android */
Color.parseColor("#ebac98")Accessibility — WCAG contrast
Aa
#ebac98 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebac98 on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow35.3%
Key (black)7.8%
Color previews
#ebac98 text on a black background
contrast 10.89:1
Card sample
#ebac98 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebac98;
Background color
Panel with #ebac98 background
background-color: #ebac98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebac98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebac98; background: linear-gradient(135deg, #ebac98, #EBE398);