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