#ebbcaa
a light, vivid orange · warm · closest name: tan
RGB
235, 188, 170
HSL
17°, 62%, 79%
CMYK
0, 20, 28, 8
Luminance
0.5653
Every format
| HEX | #ebbcaa |
| RGB | rgb(235, 188, 170) |
| HSL | hsl(17, 62%, 79%) |
| CMYK | cmyk(0%, 20%, 28%, 8%) |
| LAB | lab(79.9 14.3 15.5) |
| LCH | lch(79.9 21.1 47.4) |
| OKLCH | oklch(0.832 0.060 42.0) |
Copy-ready code
/* CSS */
color: #ebbcaa;
background-color: #ebbcaa;
/* Tailwind (arbitrary) */
class="text-[#ebbcaa] bg-[#ebbcaa]"
/* SCSS */
$brand: #ebbcaa;
/* SwiftUI */
Color(red: 0.922, green: 0.737, blue: 0.667)
/* Android */
Color.parseColor("#ebbcaa")Accessibility — WCAG contrast
Aa
#ebbcaa on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebbcaa on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green73.7%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow27.7%
Key (black)7.8%
Color previews
#ebbcaa text on a black background
contrast 12.31:1
Card sample
#ebbcaa text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebbcaa;
Background color
Panel with #ebbcaa background
background-color: #ebbcaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebbcaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 188, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 188, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebbcaa; background: linear-gradient(135deg, #ebbcaa, #EBE7AA);