#eceb9f
a light, vivid yellow · cool · closest name: khaki
RGB
236, 235, 159
HSL
59°, 67%, 78%
CMYK
0, 0, 33, 8
Luminance
0.7975
Every format
| HEX | #eceb9f |
| RGB | rgb(236, 235, 159) |
| HSL | hsl(59, 67%, 78%) |
| CMYK | cmyk(0%, 0%, 33%, 8%) |
| LAB | lab(91.6 -10.9 37.1) |
| LCH | lch(91.6 38.7 106.5) |
| OKLCH | oklch(0.923 0.096 107.5) |
Copy-ready code
/* CSS */
color: #eceb9f;
background-color: #eceb9f;
/* Tailwind (arbitrary) */
class="text-[#eceb9f] bg-[#eceb9f]"
/* SCSS */
$brand: #eceb9f;
/* SwiftUI */
Color(red: 0.925, green: 0.922, blue: 0.624)
/* Android */
Color.parseColor("#eceb9f")Accessibility — WCAG contrast
Aa
#eceb9f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eceb9f on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green92.2%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow32.6%
Key (black)7.5%
Color previews
#eceb9f text on a black background
contrast 16.95:1
Card sample
#eceb9f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eceb9f;
Background color
Panel with #eceb9f background
background-color: #eceb9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eceb9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 235, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 235, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eceb9f; background: linear-gradient(135deg, #eceb9f, #BAEC9F);