#fffe28
a balanced, electric yellow · cool · closest name: yellow
RGB
255, 254, 40
HSL
60°, 100%, 58%
CMYK
0, 0, 84, 0
Luminance
0.9230
Every format
| HEX | #fffe28 |
| RGB | rgb(255, 254, 40) |
| HSL | hsl(60, 100%, 58%) |
| CMYK | cmyk(0%, 0%, 84%, 0%) |
| LAB | lab(96.9 -20.6 89.7) |
| LCH | lch(96.9 92.0 102.9) |
| OKLCH | oklch(0.967 0.203 109.4) |
Copy-ready code
/* CSS */
color: #fffe28;
background-color: #fffe28;
/* Tailwind (arbitrary) */
class="text-[#fffe28] bg-[#fffe28]"
/* SCSS */
$brand: #fffe28;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.157)
/* Android */
Color.parseColor("#fffe28")Accessibility — WCAG contrast
Aa
#fffe28 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffe28 on black: 19.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow84.3%
Key (black)0.0%
Color previews
#fffe28 text on a black background
contrast 19.46:1
Card sample
#fffe28 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffe28;
Background color
Panel with #fffe28 background
background-color: #fffe28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffe28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffe28; background: linear-gradient(135deg, #fffe28, #71FF28);