#ebc06f
a light, electric orange · warm · closest name: khaki
RGB
235, 192, 111
HSL
39°, 76%, 68%
CMYK
0, 18, 53, 8
Luminance
0.5651
Every format
| HEX | #ebc06f |
| RGB | rgb(235, 192, 111) |
| HSL | hsl(39, 76%, 68%) |
| CMYK | cmyk(0%, 18%, 53%, 8%) |
| LAB | lab(79.9 5.7 46.3) |
| LCH | lch(79.9 46.6 82.9) |
| OKLCH | oklch(0.829 0.111 82.0) |
Copy-ready code
/* CSS */
color: #ebc06f;
background-color: #ebc06f;
/* Tailwind (arbitrary) */
class="text-[#ebc06f] bg-[#ebc06f]"
/* SCSS */
$brand: #ebc06f;
/* SwiftUI */
Color(red: 0.922, green: 0.753, blue: 0.435)
/* Android */
Color.parseColor("#ebc06f")Accessibility — WCAG contrast
Aa
#ebc06f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebc06f on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green75.3%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow52.8%
Key (black)7.8%
Color previews
#ebc06f text on a black background
contrast 12.30:1
Card sample
#ebc06f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebc06f;
Background color
Panel with #ebc06f background
background-color: #ebc06f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebc06f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 192, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 192, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebc06f; background: linear-gradient(135deg, #ebc06f, #C3EB6F);