#ffec47
a balanced, electric yellow · cool · closest name: gold
RGB
255, 236, 71
HSL
54°, 100%, 64%
CMYK
0, 8, 72, 0
Luminance
0.8171
Every format
| HEX | #ffec47 |
| RGB | rgb(255, 236, 71) |
| HSL | hsl(54, 100%, 64%) |
| CMYK | cmyk(0%, 8%, 72%, 0%) |
| LAB | lab(92.5 -10.9 77.4) |
| LCH | lch(92.5 78.1 98.0) |
| OKLCH | oklch(0.931 0.175 102.6) |
Copy-ready code
/* CSS */
color: #ffec47;
background-color: #ffec47;
/* Tailwind (arbitrary) */
class="text-[#ffec47] bg-[#ffec47]"
/* SCSS */
$brand: #ffec47;
/* SwiftUI */
Color(red: 1.000, green: 0.925, blue: 0.278)
/* Android */
Color.parseColor("#ffec47")Accessibility — WCAG contrast
Aa
#ffec47 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffec47 on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.5%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow72.2%
Key (black)0.0%
Color previews
#ffec47 text on a black background
contrast 17.34:1
Card sample
#ffec47 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffec47;
Background color
Panel with #ffec47 background
background-color: #ffec47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffec47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 236, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 236, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffec47; background: linear-gradient(135deg, #ffec47, #97FF47);