#ebc2ab
a light, vivid orange · warm · closest name: tan
RGB
235, 194, 171
HSL
22°, 62%, 80%
CMYK
0, 17, 27, 8
Luminance
0.5919
Every format
| HEX | #ebc2ab |
| RGB | rgb(235, 194, 171) |
| HSL | hsl(22, 62%, 80%) |
| CMYK | cmyk(0%, 17%, 27%, 8%) |
| LAB | lab(81.4 11.3 17.1) |
| LCH | lch(81.4 20.4 56.6) |
| OKLCH | oklch(0.844 0.057 50.9) |
Copy-ready code
/* CSS */
color: #ebc2ab;
background-color: #ebc2ab;
/* Tailwind (arbitrary) */
class="text-[#ebc2ab] bg-[#ebc2ab]"
/* SCSS */
$brand: #ebc2ab;
/* SwiftUI */
Color(red: 0.922, green: 0.761, blue: 0.671)
/* Android */
Color.parseColor("#ebc2ab")Accessibility — WCAG contrast
Aa
#ebc2ab on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebc2ab on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green76.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow27.2%
Key (black)7.8%
Color previews
#ebc2ab text on a black background
contrast 12.84:1
Card sample
#ebc2ab text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebc2ab;
Background color
Panel with #ebc2ab background
background-color: #ebc2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebc2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 194, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 194, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebc2ab; background: linear-gradient(135deg, #ebc2ab, #E9EBAB);