#efdf1f
a balanced, electric yellow · cool · closest name: gold
RGB
239, 223, 31
HSL
55°, 87%, 53%
CMYK
0, 7, 87, 6
Luminance
0.7123
Every format
| HEX | #efdf1f |
| RGB | rgb(239, 223, 31) |
| HSL | hsl(55, 87%, 53%) |
| CMYK | cmyk(0%, 7%, 87%, 6%) |
| LAB | lab(87.6 -12.3 83.3) |
| LCH | lch(87.6 84.3 98.4) |
| OKLCH | oklch(0.889 0.183 104.1) |
Copy-ready code
/* CSS */
color: #efdf1f;
background-color: #efdf1f;
/* Tailwind (arbitrary) */
class="text-[#efdf1f] bg-[#efdf1f]"
/* SCSS */
$brand: #efdf1f;
/* SwiftUI */
Color(red: 0.937, green: 0.875, blue: 0.122)
/* Android */
Color.parseColor("#efdf1f")Accessibility — WCAG contrast
Aa
#efdf1f on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efdf1f on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green87.5%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow87.0%
Key (black)6.3%
Color previews
#efdf1f text on a black background
contrast 15.25:1
Card sample
#efdf1f text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efdf1f;
Background color
Panel with #efdf1f background
background-color: #efdf1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efdf1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 223, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 223, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efdf1f; background: linear-gradient(135deg, #efdf1f, #74EF1F);