#efdf3f
a balanced, electric yellow · cool · closest name: gold
RGB
239, 223, 63
HSL
55°, 85%, 59%
CMYK
0, 7, 74, 6
Luminance
0.7148
Every format
| HEX | #efdf3f |
| RGB | rgb(239, 223, 63) |
| HSL | hsl(55, 85%, 59%) |
| CMYK | cmyk(0%, 7%, 74%, 6%) |
| LAB | lab(87.7 -11.4 75.1) |
| LCH | lch(87.7 76.0 98.6) |
| OKLCH | oklch(0.890 0.170 103.4) |
Copy-ready code
/* CSS */
color: #efdf3f;
background-color: #efdf3f;
/* Tailwind (arbitrary) */
class="text-[#efdf3f] bg-[#efdf3f]"
/* SCSS */
$brand: #efdf3f;
/* SwiftUI */
Color(red: 0.937, green: 0.875, blue: 0.247)
/* Android */
Color.parseColor("#efdf3f")Accessibility — WCAG contrast
Aa
#efdf3f on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efdf3f on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green87.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow73.6%
Key (black)6.3%
Color previews
#efdf3f text on a black background
contrast 15.30:1
Card sample
#efdf3f text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efdf3f;
Background color
Panel with #efdf3f background
background-color: #efdf3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efdf3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 223, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 223, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efdf3f; background: linear-gradient(135deg, #efdf3f, #8AEF3F);