#ebbc9e
a light, vivid orange · warm · closest name: tan
RGB
235, 188, 158
HSL
23°, 66%, 77%
CMYK
0, 20, 33, 8
Luminance
0.5610
Every format
| HEX | #ebbc9e |
| RGB | rgb(235, 188, 158) |
| HSL | hsl(23, 66%, 77%) |
| CMYK | cmyk(0%, 20%, 33%, 8%) |
| LAB | lab(79.7 12.7 21.6) |
| LCH | lch(79.7 25.1 59.5) |
| OKLCH | oklch(0.830 0.068 54.1) |
Copy-ready code
/* CSS */
color: #ebbc9e;
background-color: #ebbc9e;
/* Tailwind (arbitrary) */
class="text-[#ebbc9e] bg-[#ebbc9e]"
/* SCSS */
$brand: #ebbc9e;
/* SwiftUI */
Color(red: 0.922, green: 0.737, blue: 0.620)
/* Android */
Color.parseColor("#ebbc9e")Accessibility — WCAG contrast
Aa
#ebbc9e on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebbc9e on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green73.7%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow32.8%
Key (black)7.8%
Color previews
#ebbc9e text on a black background
contrast 12.22:1
Card sample
#ebbc9e text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebbc9e;
Background color
Panel with #ebbc9e background
background-color: #ebbc9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebbc9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 188, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 188, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebbc9e; background: linear-gradient(135deg, #ebbc9e, #E7EB9E);