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