#eceb6f
a light, electric yellow · cool · closest name: khaki
RGB
236, 235, 111
HSL
60°, 77%, 68%
CMYK
0, 0, 53, 8
Luminance
0.7840
Every format
| HEX | #eceb6f |
| RGB | rgb(236, 235, 111) |
| HSL | hsl(60, 77%, 68%) |
| CMYK | cmyk(0%, 0%, 53%, 8%) |
| LAB | lab(91.0 -15.7 59.3) |
| LCH | lch(91.0 61.4 104.8) |
| OKLCH | oklch(0.917 0.146 108.5) |
Copy-ready code
/* CSS */
color: #eceb6f;
background-color: #eceb6f;
/* Tailwind (arbitrary) */
class="text-[#eceb6f] bg-[#eceb6f]"
/* SCSS */
$brand: #eceb6f;
/* SwiftUI */
Color(red: 0.925, green: 0.922, blue: 0.435)
/* Android */
Color.parseColor("#eceb6f")Accessibility — WCAG contrast
Aa
#eceb6f on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eceb6f on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green92.2%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow53.0%
Key (black)7.5%
Color previews
#eceb6f text on a black background
contrast 16.68:1
Card sample
#eceb6f text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eceb6f;
Background color
Panel with #eceb6f background
background-color: #eceb6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eceb6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 235, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 235, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eceb6f; background: linear-gradient(135deg, #eceb6f, #9AEC6F);