#ebc9b7
a light, vivid orange · warm · closest name: tan
RGB
235, 201, 183
HSL
21°, 57%, 82%
CMYK
0, 15, 22, 8
Luminance
0.6285
Every format
| HEX | #ebc9b7 |
| RGB | rgb(235, 201, 183) |
| HSL | hsl(21, 57%, 82%) |
| CMYK | cmyk(0%, 15%, 22%, 8%) |
| LAB | lab(83.4 9.2 13.4) |
| LCH | lch(83.4 16.3 55.5) |
| OKLCH | oklch(0.860 0.046 49.6) |
Copy-ready code
/* CSS */
color: #ebc9b7;
background-color: #ebc9b7;
/* Tailwind (arbitrary) */
class="text-[#ebc9b7] bg-[#ebc9b7]"
/* SCSS */
$brand: #ebc9b7;
/* SwiftUI */
Color(red: 0.922, green: 0.788, blue: 0.718)
/* Android */
Color.parseColor("#ebc9b7")Accessibility — WCAG contrast
Aa
#ebc9b7 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebc9b7 on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green78.8%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow22.1%
Key (black)7.8%
Color previews
#ebc9b7 text on a black background
contrast 13.57:1
Card sample
#ebc9b7 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebc9b7;
Background color
Panel with #ebc9b7 background
background-color: #ebc9b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebc9b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 201, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 201, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebc9b7; background: linear-gradient(135deg, #ebc9b7, #EAEBB7);