#ffec39
a balanced, electric yellow · cool · closest name: gold
RGB
255, 236, 57
HSL
54°, 100%, 61%
CMYK
0, 8, 78, 0
Luminance
0.8155
Every format
| HEX | #ffec39 |
| RGB | rgb(255, 236, 57) |
| HSL | hsl(54, 100%, 61%) |
| CMYK | cmyk(0%, 8%, 78%, 0%) |
| LAB | lab(92.4 -11.4 81.7) |
| LCH | lch(92.4 82.5 97.9) |
| OKLCH | oklch(0.930 0.182 102.9) |
Copy-ready code
/* CSS */
color: #ffec39;
background-color: #ffec39;
/* Tailwind (arbitrary) */
class="text-[#ffec39] bg-[#ffec39]"
/* SCSS */
$brand: #ffec39;
/* SwiftUI */
Color(red: 1.000, green: 0.925, blue: 0.224)
/* Android */
Color.parseColor("#ffec39")Accessibility — WCAG contrast
Aa
#ffec39 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffec39 on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow77.6%
Key (black)0.0%
Color previews
#ffec39 text on a black background
contrast 17.31:1
Card sample
#ffec39 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffec39;
Background color
Panel with #ffec39 background
background-color: #ffec39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffec39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 236, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 236, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffec39; background: linear-gradient(135deg, #ffec39, #8EFF39);