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