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