#edeb78
a light, electric yellow · cool · closest name: khaki
RGB
237, 235, 120
HSL
59°, 77%, 70%
CMYK
0, 1, 49, 7
Luminance
0.7878
Every format
| HEX | #edeb78 |
| RGB | rgb(237, 235, 120) |
| HSL | hsl(59, 77%, 70%) |
| CMYK | cmyk(0%, 1%, 49%, 7%) |
| LAB | lab(91.1 -14.5 55.5) |
| LCH | lch(91.1 57.3 104.7) |
| OKLCH | oklch(0.918 0.138 107.9) |
Copy-ready code
/* CSS */
color: #edeb78;
background-color: #edeb78;
/* Tailwind (arbitrary) */
class="text-[#edeb78] bg-[#edeb78]"
/* SCSS */
$brand: #edeb78;
/* SwiftUI */
Color(red: 0.929, green: 0.922, blue: 0.471)
/* Android */
Color.parseColor("#edeb78")Accessibility — WCAG contrast
Aa
#edeb78 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edeb78 on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green92.2%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow49.4%
Key (black)7.1%
Color previews
#edeb78 text on a black background
contrast 16.76:1
Card sample
#edeb78 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edeb78;
Background color
Panel with #edeb78 background
background-color: #edeb78;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edeb78;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 235, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 235, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edeb78; background: linear-gradient(135deg, #edeb78, #A1ED78);