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