#ffec29
a balanced, electric yellow · cool · closest name: gold
RGB
255, 236, 41
HSL
55°, 100%, 58%
CMYK
0, 8, 84, 0
Luminance
0.8141
Every format
| HEX | #ffec29 |
| RGB | rgb(255, 236, 41) |
| HSL | hsl(55, 100%, 58%) |
| CMYK | cmyk(0%, 8%, 84%, 0%) |
| LAB | lab(92.3 -11.8 85.7) |
| LCH | lch(92.3 86.5 97.9) |
| OKLCH | oklch(0.930 0.188 103.3) |
Copy-ready code
/* CSS */
color: #ffec29;
background-color: #ffec29;
/* Tailwind (arbitrary) */
class="text-[#ffec29] bg-[#ffec29]"
/* SCSS */
$brand: #ffec29;
/* SwiftUI */
Color(red: 1.000, green: 0.925, blue: 0.161)
/* Android */
Color.parseColor("#ffec29")Accessibility — WCAG contrast
Aa
#ffec29 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffec29 on black: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.5%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow83.9%
Key (black)0.0%
Color previews
#ffec29 text on a black background
contrast 17.28:1
Card sample
#ffec29 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffec29;
Background color
Panel with #ffec29 background
background-color: #ffec29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffec29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 236, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 236, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffec29; background: linear-gradient(135deg, #ffec29, #83FF29);