#ecdf91
a light, vivid yellow · cool · closest name: khaki
RGB
236, 223, 145
HSL
51°, 71%, 75%
CMYK
0, 6, 39, 8
Luminance
0.7265
Every format
| HEX | #ecdf91 |
| RGB | rgb(236, 223, 145) |
| HSL | hsl(51, 71%, 75%) |
| CMYK | cmyk(0%, 6%, 39%, 8%) |
| LAB | lab(88.3 -6.5 39.8) |
| LCH | lch(88.3 40.4 99.3) |
| OKLCH | oklch(0.897 0.099 99.9) |
Copy-ready code
/* CSS */
color: #ecdf91;
background-color: #ecdf91;
/* Tailwind (arbitrary) */
class="text-[#ecdf91] bg-[#ecdf91]"
/* SCSS */
$brand: #ecdf91;
/* SwiftUI */
Color(red: 0.925, green: 0.875, blue: 0.569)
/* Android */
Color.parseColor("#ecdf91")Accessibility — WCAG contrast
Aa
#ecdf91 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecdf91 on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green87.5%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow38.6%
Key (black)7.5%
Color previews
#ecdf91 text on a black background
contrast 15.53:1
Card sample
#ecdf91 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecdf91;
Background color
Panel with #ecdf91 background
background-color: #ecdf91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecdf91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 223, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 223, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecdf91; background: linear-gradient(135deg, #ecdf91, #BCEC91);