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