#ebad9b
a light, vivid red · warm · closest name: tan
RGB
235, 173, 155
HSL
14°, 67%, 77%
CMYK
0, 26, 34, 8
Luminance
0.4992
Every format
| HEX | #ebad9b |
| RGB | rgb(235, 173, 155) |
| HSL | hsl(14, 67%, 77%) |
| CMYK | cmyk(0%, 26%, 34%, 8%) |
| LAB | lab(76.0 20.3 18.2) |
| LCH | lch(76.0 27.3 41.8) |
| OKLCH | oklch(0.801 0.078 36.8) |
Copy-ready code
/* CSS */
color: #ebad9b;
background-color: #ebad9b;
/* Tailwind (arbitrary) */
class="text-[#ebad9b] bg-[#ebad9b]"
/* SCSS */
$brand: #ebad9b;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.608)
/* Android */
Color.parseColor("#ebad9b")Accessibility — WCAG contrast
Aa
#ebad9b on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebad9b on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow34.0%
Key (black)7.8%
Color previews
#ebad9b text on a black background
contrast 10.98:1
Card sample
#ebad9b text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebad9b;
Background color
Panel with #ebad9b background
background-color: #ebad9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebad9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebad9b; background: linear-gradient(135deg, #ebad9b, #EBE29B);