#efdf6f
a light, electric yellow · cool · closest name: khaki
RGB
239, 223, 111
HSL
53°, 80%, 69%
CMYK
0, 7, 54, 6
Luminance
0.7227
Every format
| HEX | #efdf6f |
| RGB | rgb(239, 223, 111) |
| HSL | hsl(53, 80%, 69%) |
| CMYK | cmyk(0%, 7%, 54%, 6%) |
| LAB | lab(88.1 -8.5 56.1) |
| LCH | lch(88.1 56.7 98.6) |
| OKLCH | oklch(0.894 0.134 101.3) |
Copy-ready code
/* CSS */
color: #efdf6f;
background-color: #efdf6f;
/* Tailwind (arbitrary) */
class="text-[#efdf6f] bg-[#efdf6f]"
/* SCSS */
$brand: #efdf6f;
/* SwiftUI */
Color(red: 0.937, green: 0.875, blue: 0.435)
/* Android */
Color.parseColor("#efdf6f")Accessibility — WCAG contrast
Aa
#efdf6f on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efdf6f on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green87.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow53.6%
Key (black)6.3%
Color previews
#efdf6f text on a black background
contrast 15.45:1
Card sample
#efdf6f text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efdf6f;
Background color
Panel with #efdf6f background
background-color: #efdf6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efdf6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 223, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 223, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efdf6f; background: linear-gradient(135deg, #efdf6f, #AAEF6F);