#ebc9ab
a light, vivid orange · warm · closest name: tan
RGB
235, 201, 171
HSL
28°, 62%, 80%
CMYK
0, 15, 27, 8
Luminance
0.6238
Every format
| HEX | #ebc9ab |
| RGB | rgb(235, 201, 171) |
| HSL | hsl(28, 62%, 80%) |
| CMYK | cmyk(0%, 15%, 27%, 8%) |
| LAB | lab(83.1 7.6 19.4) |
| LCH | lch(83.1 20.9 68.7) |
| OKLCH | oklch(0.857 0.056 63.4) |
Copy-ready code
/* CSS */
color: #ebc9ab;
background-color: #ebc9ab;
/* Tailwind (arbitrary) */
class="text-[#ebc9ab] bg-[#ebc9ab]"
/* SCSS */
$brand: #ebc9ab;
/* SwiftUI */
Color(red: 0.922, green: 0.788, blue: 0.671)
/* Android */
Color.parseColor("#ebc9ab")Accessibility — WCAG contrast
Aa
#ebc9ab on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebc9ab on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green78.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow27.2%
Key (black)7.8%
Color previews
#ebc9ab text on a black background
contrast 13.48:1
Card sample
#ebc9ab text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebc9ab;
Background color
Panel with #ebc9ab background
background-color: #ebc9ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebc9ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 201, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 201, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebc9ab; background: linear-gradient(135deg, #ebc9ab, #E2EBAB);