#e3df7f
a light, vivid yellow · cool · closest name: khaki
RGB
227, 223, 127
HSL
58°, 64%, 69%
CMYK
0, 2, 44, 11
Luminance
0.7064
Every format
| HEX | #e3df7f |
| RGB | rgb(227, 223, 127) |
| HSL | hsl(58, 64%, 69%) |
| CMYK | cmyk(0%, 2%, 44%, 11%) |
| LAB | lab(87.3 -11.9 47.3) |
| LCH | lch(87.3 48.8 104.1) |
| OKLCH | oklch(0.886 0.119 106.5) |
Copy-ready code
/* CSS */
color: #e3df7f;
background-color: #e3df7f;
/* Tailwind (arbitrary) */
class="text-[#e3df7f] bg-[#e3df7f]"
/* SCSS */
$brand: #e3df7f;
/* SwiftUI */
Color(red: 0.890, green: 0.875, blue: 0.498)
/* Android */
Color.parseColor("#e3df7f")Accessibility — WCAG contrast
Aa
#e3df7f on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3df7f on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green87.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow44.1%
Key (black)11.0%
Color previews
#e3df7f text on a black background
contrast 15.13:1
Card sample
#e3df7f text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3df7f;
Background color
Panel with #e3df7f background
background-color: #e3df7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3df7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 223, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 223, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3df7f; background: linear-gradient(135deg, #e3df7f, #A4E37F);