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