#efdf8f
a light, electric yellow · cool · closest name: khaki
RGB
239, 223, 143
HSL
50°, 75%, 75%
CMYK
0, 7, 40, 6
Luminance
0.7311
Every format
| HEX | #efdf8f |
| RGB | rgb(239, 223, 143) |
| HSL | hsl(50, 75%, 75%) |
| CMYK | cmyk(0%, 7%, 40%, 6%) |
| LAB | lab(88.5 -5.6 41.2) |
| LCH | lch(88.5 41.5 97.7) |
| OKLCH | oklch(0.899 0.102 98.3) |
Copy-ready code
/* CSS */
color: #efdf8f;
background-color: #efdf8f;
/* Tailwind (arbitrary) */
class="text-[#efdf8f] bg-[#efdf8f]"
/* SCSS */
$brand: #efdf8f;
/* SwiftUI */
Color(red: 0.937, green: 0.875, blue: 0.561)
/* Android */
Color.parseColor("#efdf8f")Accessibility — WCAG contrast
Aa
#efdf8f on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efdf8f on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green87.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow40.2%
Key (black)6.3%
Color previews
#efdf8f text on a black background
contrast 15.62:1
Card sample
#efdf8f text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efdf8f;
Background color
Panel with #efdf8f background
background-color: #efdf8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efdf8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 223, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 223, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efdf8f; background: linear-gradient(135deg, #efdf8f, #BFEF8F);