#ebaa97
a light, vivid red · warm · closest name: tan
RGB
235, 170, 151
HSL
14°, 68%, 76%
CMYK
0, 28, 36, 8
Luminance
0.4865
Every format
| HEX | #ebaa97 |
| RGB | rgb(235, 170, 151) |
| HSL | hsl(14, 68%, 76%) |
| CMYK | cmyk(0%, 28%, 36%, 8%) |
| LAB | lab(75.2 21.4 19.3) |
| LCH | lch(75.2 28.8 41.9) |
| OKLCH | oklch(0.795 0.082 36.9) |
Copy-ready code
/* CSS */
color: #ebaa97;
background-color: #ebaa97;
/* Tailwind (arbitrary) */
class="text-[#ebaa97] bg-[#ebaa97]"
/* SCSS */
$brand: #ebaa97;
/* SwiftUI */
Color(red: 0.922, green: 0.667, blue: 0.592)
/* Android */
Color.parseColor("#ebaa97")Accessibility — WCAG contrast
Aa
#ebaa97 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaa97 on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.7%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow35.7%
Key (black)7.8%
Color previews
#ebaa97 text on a black background
contrast 10.73:1
Card sample
#ebaa97 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaa97;
Background color
Panel with #ebaa97 background
background-color: #ebaa97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaa97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 170, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 170, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaa97; background: linear-gradient(135deg, #ebaa97, #EBE297);