#edeb5f
a light, electric yellow · cool · closest name: khaki
RGB
237, 235, 95
HSL
59°, 80%, 65%
CMYK
0, 1, 60, 7
Luminance
0.7825
Every format
| HEX | #edeb5f |
| RGB | rgb(237, 235, 95) |
| HSL | hsl(59, 80%, 65%) |
| CMYK | cmyk(0%, 1%, 60%, 7%) |
| LAB | lab(90.9 -16.4 66.2) |
| LCH | lch(90.9 68.2 103.9) |
| OKLCH | oklch(0.916 0.160 108.4) |
Copy-ready code
/* CSS */
color: #edeb5f;
background-color: #edeb5f;
/* Tailwind (arbitrary) */
class="text-[#edeb5f] bg-[#edeb5f]"
/* SCSS */
$brand: #edeb5f;
/* SwiftUI */
Color(red: 0.929, green: 0.922, blue: 0.373)
/* Android */
Color.parseColor("#edeb5f")Accessibility — WCAG contrast
Aa
#edeb5f on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edeb5f on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green92.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow59.9%
Key (black)7.1%
Color previews
#edeb5f text on a black background
contrast 16.65:1
Card sample
#edeb5f text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edeb5f;
Background color
Panel with #edeb5f background
background-color: #edeb5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edeb5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 235, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 235, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edeb5f; background: linear-gradient(135deg, #edeb5f, #90ED5F);