#eceb88
a light, vivid yellow · cool · closest name: khaki
RGB
236, 235, 136
HSL
59°, 73%, 73%
CMYK
0, 0, 42, 8
Luminance
0.7903
Every format
| HEX | #eceb88 |
| RGB | rgb(236, 235, 136) |
| HSL | hsl(59, 73%, 73%) |
| CMYK | cmyk(0%, 0%, 42%, 8%) |
| LAB | lab(91.3 -13.4 48.0) |
| LCH | lch(91.3 49.9 105.7) |
| OKLCH | oklch(0.920 0.122 108.1) |
Copy-ready code
/* CSS */
color: #eceb88;
background-color: #eceb88;
/* Tailwind (arbitrary) */
class="text-[#eceb88] bg-[#eceb88]"
/* SCSS */
$brand: #eceb88;
/* SwiftUI */
Color(red: 0.925, green: 0.922, blue: 0.533)
/* Android */
Color.parseColor("#eceb88")Accessibility — WCAG contrast
Aa
#eceb88 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eceb88 on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green92.2%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow42.4%
Key (black)7.5%
Color previews
#eceb88 text on a black background
contrast 16.81:1
Card sample
#eceb88 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eceb88;
Background color
Panel with #eceb88 background
background-color: #eceb88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eceb88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 235, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 235, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eceb88; background: linear-gradient(135deg, #eceb88, #AAEC88);