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