#ebbe7f
a light, vivid orange · warm · closest name: tan
RGB
235, 190, 127
HSL
35°, 73%, 71%
CMYK
0, 19, 46, 8
Luminance
0.5602
Every format
| HEX | #ebbe7f |
| RGB | rgb(235, 190, 127) |
| HSL | hsl(35, 73%, 71%) |
| CMYK | cmyk(0%, 19%, 46%, 8%) |
| LAB | lab(79.6 8.2 37.8) |
| LCH | lch(79.6 38.7 77.7) |
| OKLCH | oklch(0.828 0.095 75.2) |
Copy-ready code
/* CSS */
color: #ebbe7f;
background-color: #ebbe7f;
/* Tailwind (arbitrary) */
class="text-[#ebbe7f] bg-[#ebbe7f]"
/* SCSS */
$brand: #ebbe7f;
/* SwiftUI */
Color(red: 0.922, green: 0.745, blue: 0.498)
/* Android */
Color.parseColor("#ebbe7f")Accessibility — WCAG contrast
Aa
#ebbe7f on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebbe7f on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green74.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow46.0%
Key (black)7.8%
Color previews
#ebbe7f text on a black background
contrast 12.20:1
Card sample
#ebbe7f text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebbe7f;
Background color
Panel with #ebbe7f background
background-color: #ebbe7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebbe7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 190, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 190, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebbe7f; background: linear-gradient(135deg, #ebbe7f, #D0EB7F);