#efe397
a light, vivid yellow · cool · closest name: khaki
RGB
239, 227, 151
HSL
52°, 73%, 77%
CMYK
0, 5, 37, 6
Luminance
0.7552
Every format
| HEX | #efe397 |
| RGB | rgb(239, 227, 151) |
| HSL | hsl(52, 73%, 77%) |
| CMYK | cmyk(0%, 5%, 37%, 6%) |
| LAB | lab(89.6 -6.7 38.6) |
| LCH | lch(89.6 39.2 99.9) |
| OKLCH | oklch(0.908 0.097 100.4) |
Copy-ready code
/* CSS */
color: #efe397;
background-color: #efe397;
/* Tailwind (arbitrary) */
class="text-[#efe397] bg-[#efe397]"
/* SCSS */
$brand: #efe397;
/* SwiftUI */
Color(red: 0.937, green: 0.890, blue: 0.592)
/* Android */
Color.parseColor("#efe397")Accessibility — WCAG contrast
Aa
#efe397 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efe397 on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green89.0%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow36.8%
Key (black)6.3%
Color previews
#efe397 text on a black background
contrast 16.10:1
Card sample
#efe397 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efe397;
Background color
Panel with #efe397 background
background-color: #efe397;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efe397;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 227, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 227, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efe397; background: linear-gradient(135deg, #efe397, #C0EF97);