#ebceb0
a light, vivid orange · warm · closest name: tan
RGB
235, 206, 176
HSL
31°, 60%, 81%
CMYK
0, 12, 25, 8
Luminance
0.6494
Every format
| HEX | #ebceb0 |
| RGB | rgb(235, 206, 176) |
| HSL | hsl(31, 60%, 81%) |
| CMYK | cmyk(0%, 12%, 25%, 8%) |
| LAB | lab(84.5 5.6 18.7) |
| LCH | lch(84.5 19.5 73.2) |
| OKLCH | oklch(0.868 0.052 68.0) |
Copy-ready code
/* CSS */
color: #ebceb0;
background-color: #ebceb0;
/* Tailwind (arbitrary) */
class="text-[#ebceb0] bg-[#ebceb0]"
/* SCSS */
$brand: #ebceb0;
/* SwiftUI */
Color(red: 0.922, green: 0.808, blue: 0.690)
/* Android */
Color.parseColor("#ebceb0")Accessibility — WCAG contrast
Aa
#ebceb0 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebceb0 on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green80.8%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow25.1%
Key (black)7.8%
Color previews
#ebceb0 text on a black background
contrast 13.99:1
Card sample
#ebceb0 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebceb0;
Background color
Panel with #ebceb0 background
background-color: #ebceb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebceb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 206, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 206, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebceb0; background: linear-gradient(135deg, #ebceb0, #E1EBB0);