#edeb71
a light, electric yellow · cool · closest name: khaki
RGB
237, 235, 113
HSL
59°, 78%, 69%
CMYK
0, 1, 52, 7
Luminance
0.7861
Every format
| HEX | #edeb71 |
| RGB | rgb(237, 235, 113) |
| HSL | hsl(59, 78%, 69%) |
| CMYK | cmyk(0%, 1%, 52%, 7%) |
| LAB | lab(91.1 -15.1 58.6) |
| LCH | lch(91.1 60.5 104.5) |
| OKLCH | oklch(0.918 0.144 108.1) |
Copy-ready code
/* CSS */
color: #edeb71;
background-color: #edeb71;
/* Tailwind (arbitrary) */
class="text-[#edeb71] bg-[#edeb71]"
/* SCSS */
$brand: #edeb71;
/* SwiftUI */
Color(red: 0.929, green: 0.922, blue: 0.443)
/* Android */
Color.parseColor("#edeb71")Accessibility — WCAG contrast
Aa
#edeb71 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edeb71 on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green92.2%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow52.3%
Key (black)7.1%
Color previews
#edeb71 text on a black background
contrast 16.72:1
Card sample
#edeb71 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edeb71;
Background color
Panel with #edeb71 background
background-color: #edeb71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edeb71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 235, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 235, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edeb71; background: linear-gradient(135deg, #edeb71, #9CED71);