#ebbe6f
a light, electric orange · warm · closest name: khaki
RGB
235, 190, 111
HSL
38°, 76%, 68%
CMYK
0, 19, 53, 8
Luminance
0.5564
Every format
| HEX | #ebbe6f |
| RGB | rgb(235, 190, 111) |
| HSL | hsl(38, 76%, 68%) |
| CMYK | cmyk(0%, 19%, 53%, 8%) |
| LAB | lab(79.4 6.8 45.6) |
| LCH | lch(79.4 46.1 81.5) |
| OKLCH | oklch(0.825 0.110 80.4) |
Copy-ready code
/* CSS */
color: #ebbe6f;
background-color: #ebbe6f;
/* Tailwind (arbitrary) */
class="text-[#ebbe6f] bg-[#ebbe6f]"
/* SCSS */
$brand: #ebbe6f;
/* SwiftUI */
Color(red: 0.922, green: 0.745, blue: 0.435)
/* Android */
Color.parseColor("#ebbe6f")Accessibility — WCAG contrast
Aa
#ebbe6f on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebbe6f on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green74.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow52.8%
Key (black)7.8%
Color previews
#ebbe6f text on a black background
contrast 12.13:1
Card sample
#ebbe6f text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebbe6f;
Background color
Panel with #ebbe6f background
background-color: #ebbe6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebbe6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 190, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 190, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebbe6f; background: linear-gradient(135deg, #ebbe6f, #C5EB6F);