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