#efdf80
a light, electric yellow · cool · closest name: khaki
RGB
239, 223, 128
HSL
51°, 78%, 72%
CMYK
0, 7, 46, 6
Luminance
0.7268
Every format
| HEX | #efdf80 |
| RGB | rgb(239, 223, 128) |
| HSL | hsl(51, 78%, 72%) |
| CMYK | cmyk(0%, 7%, 46%, 6%) |
| LAB | lab(88.3 -7.1 48.3) |
| LCH | lch(88.3 48.8 98.3) |
| OKLCH | oklch(0.897 0.118 99.9) |
Copy-ready code
/* CSS */
color: #efdf80;
background-color: #efdf80;
/* Tailwind (arbitrary) */
class="text-[#efdf80] bg-[#efdf80]"
/* SCSS */
$brand: #efdf80;
/* SwiftUI */
Color(red: 0.937, green: 0.875, blue: 0.502)
/* Android */
Color.parseColor("#efdf80")Accessibility — WCAG contrast
Aa
#efdf80 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efdf80 on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green87.5%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow46.4%
Key (black)6.3%
Color previews
#efdf80 text on a black background
contrast 15.54:1
Card sample
#efdf80 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efdf80;
Background color
Panel with #efdf80 background
background-color: #efdf80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efdf80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 223, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 223, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efdf80; background: linear-gradient(135deg, #efdf80, #B5EF80);