#ebceb9
a light, vivid orange · warm · closest name: tan
RGB
235, 206, 185
HSL
25°, 56%, 82%
CMYK
0, 12, 21, 8
Luminance
0.6531
Every format
| HEX | #ebceb9 |
| RGB | rgb(235, 206, 185) |
| HSL | hsl(25, 56%, 82%) |
| CMYK | cmyk(0%, 12%, 21%, 8%) |
| LAB | lab(84.6 6.9 14.2) |
| LCH | lch(84.6 15.8 64.0) |
| OKLCH | oklch(0.870 0.043 58.0) |
Copy-ready code
/* CSS */
color: #ebceb9;
background-color: #ebceb9;
/* Tailwind (arbitrary) */
class="text-[#ebceb9] bg-[#ebceb9]"
/* SCSS */
$brand: #ebceb9;
/* SwiftUI */
Color(red: 0.922, green: 0.808, blue: 0.725)
/* Android */
Color.parseColor("#ebceb9")Accessibility — WCAG contrast
Aa
#ebceb9 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebceb9 on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green80.8%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow21.3%
Key (black)7.8%
Color previews
#ebceb9 text on a black background
contrast 14.06:1
Card sample
#ebceb9 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebceb9;
Background color
Panel with #ebceb9 background
background-color: #ebceb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebceb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 206, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 206, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebceb9; background: linear-gradient(135deg, #ebceb9, #E7EBB9);