#efcf8c
a light, electric yellow · warm · closest name: khaki
RGB
239, 207, 140
HSL
41°, 76%, 74%
CMYK
0, 13, 41, 6
Luminance
0.6487
Every format
| HEX | #efcf8c |
| RGB | rgb(239, 207, 140) |
| HSL | hsl(41, 76%, 74%) |
| CMYK | cmyk(0%, 13%, 41%, 6%) |
| LAB | lab(84.4 2.3 37.4) |
| LCH | lch(84.4 37.5 86.5) |
| OKLCH | oklch(0.867 0.092 85.0) |
Copy-ready code
/* CSS */
color: #efcf8c;
background-color: #efcf8c;
/* Tailwind (arbitrary) */
class="text-[#efcf8c] bg-[#efcf8c]"
/* SCSS */
$brand: #efcf8c;
/* SwiftUI */
Color(red: 0.937, green: 0.812, blue: 0.549)
/* Android */
Color.parseColor("#efcf8c")Accessibility — WCAG contrast
Aa
#efcf8c on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcf8c on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green81.2%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow41.4%
Key (black)6.3%
Color previews
#efcf8c text on a black background
contrast 13.97:1
Card sample
#efcf8c text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcf8c;
Background color
Panel with #efcf8c background
background-color: #efcf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 207, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 207, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcf8c; background: linear-gradient(135deg, #efcf8c, #CDEF8C);