#ebbeab
a light, vivid orange · warm · closest name: tan
RGB
235, 190, 171
HSL
18°, 62%, 80%
CMYK
0, 19, 27, 8
Luminance
0.5743
Every format
| HEX | #ebbeab |
| RGB | rgb(235, 190, 171) |
| HSL | hsl(18, 62%, 80%) |
| CMYK | cmyk(0%, 19%, 27%, 8%) |
| LAB | lab(80.4 13.4 15.7) |
| LCH | lch(80.4 20.6 49.6) |
| OKLCH | oklch(0.836 0.058 44.1) |
Copy-ready code
/* CSS */
color: #ebbeab;
background-color: #ebbeab;
/* Tailwind (arbitrary) */
class="text-[#ebbeab] bg-[#ebbeab]"
/* SCSS */
$brand: #ebbeab;
/* SwiftUI */
Color(red: 0.922, green: 0.745, blue: 0.671)
/* Android */
Color.parseColor("#ebbeab")Accessibility — WCAG contrast
Aa
#ebbeab on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebbeab on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green74.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow27.2%
Key (black)7.8%
Color previews
#ebbeab text on a black background
contrast 12.49:1
Card sample
#ebbeab text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebbeab;
Background color
Panel with #ebbeab background
background-color: #ebbeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebbeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 190, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 190, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebbeab; background: linear-gradient(135deg, #ebbeab, #EBE9AB);