#ebceb5
a light, vivid orange · warm · closest name: tan
RGB
235, 206, 181
HSL
28°, 57%, 82%
CMYK
0, 12, 23, 8
Luminance
0.6514
Every format
| HEX | #ebceb5 |
| RGB | rgb(235, 206, 181) |
| HSL | hsl(28, 57%, 82%) |
| CMYK | cmyk(0%, 12%, 23%, 8%) |
| LAB | lab(84.6 6.3 16.2) |
| LCH | lch(84.6 17.4 68.6) |
| OKLCH | oklch(0.869 0.047 62.9) |
Copy-ready code
/* CSS */
color: #ebceb5;
background-color: #ebceb5;
/* Tailwind (arbitrary) */
class="text-[#ebceb5] bg-[#ebceb5]"
/* SCSS */
$brand: #ebceb5;
/* SwiftUI */
Color(red: 0.922, green: 0.808, blue: 0.710)
/* Android */
Color.parseColor("#ebceb5")Accessibility — WCAG contrast
Aa
#ebceb5 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebceb5 on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green80.8%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow23.0%
Key (black)7.8%
Color previews
#ebceb5 text on a black background
contrast 14.03:1
Card sample
#ebceb5 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebceb5;
Background color
Panel with #ebceb5 background
background-color: #ebceb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebceb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 206, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 206, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebceb5; background: linear-gradient(135deg, #ebceb5, #E4EBB5);