#efcd6f
a light, electric yellow · warm · closest name: khaki
RGB
239, 205, 111
HSL
44°, 80%, 69%
CMYK
0, 14, 54, 6
Luminance
0.6316
Every format
| HEX | #efcd6f |
| RGB | rgb(239, 205, 111) |
| HSL | hsl(44, 80%, 69%) |
| CMYK | cmyk(0%, 14%, 54%, 6%) |
| LAB | lab(83.5 0.6 50.7) |
| LCH | lch(83.5 50.7 89.3) |
| OKLCH | oklch(0.858 0.120 89.9) |
Copy-ready code
/* CSS */
color: #efcd6f;
background-color: #efcd6f;
/* Tailwind (arbitrary) */
class="text-[#efcd6f] bg-[#efcd6f]"
/* SCSS */
$brand: #efcd6f;
/* SwiftUI */
Color(red: 0.937, green: 0.804, blue: 0.435)
/* Android */
Color.parseColor("#efcd6f")Accessibility — WCAG contrast
Aa
#efcd6f on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcd6f on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green80.4%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow53.6%
Key (black)6.3%
Color previews
#efcd6f text on a black background
contrast 13.63:1
Card sample
#efcd6f text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcd6f;
Background color
Panel with #efcd6f background
background-color: #efcd6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcd6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 205, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 205, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcd6f; background: linear-gradient(135deg, #efcd6f, #BCEF6F);