#ebd2ab
a light, vivid orange · warm · closest name: tan
RGB
235, 210, 171
HSL
37°, 62%, 80%
CMYK
0, 11, 27, 8
Luminance
0.6670
Every format
| HEX | #ebd2ab |
| RGB | rgb(235, 210, 171) |
| HSL | hsl(37, 62%, 80%) |
| CMYK | cmyk(0%, 11%, 27%, 8%) |
| LAB | lab(85.3 2.9 22.5) |
| LCH | lch(85.3 22.7 82.7) |
| OKLCH | oklch(0.875 0.059 78.8) |
Copy-ready code
/* CSS */
color: #ebd2ab;
background-color: #ebd2ab;
/* Tailwind (arbitrary) */
class="text-[#ebd2ab] bg-[#ebd2ab]"
/* SCSS */
$brand: #ebd2ab;
/* SwiftUI */
Color(red: 0.922, green: 0.824, blue: 0.671)
/* Android */
Color.parseColor("#ebd2ab")Accessibility — WCAG contrast
Aa
#ebd2ab on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebd2ab on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green82.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow27.2%
Key (black)7.8%
Color previews
#ebd2ab text on a black background
contrast 14.34:1
Card sample
#ebd2ab text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebd2ab;
Background color
Panel with #ebd2ab background
background-color: #ebd2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebd2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 210, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 210, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebd2ab; background: linear-gradient(135deg, #ebd2ab, #D9EBAB);