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