#fffe0b
a balanced, electric yellow · cool · “yellow”
RGB
255, 254, 11
HSL
60°, 100%, 52%
CMYK
0, 0, 96, 0
Luminance
0.9217
Every format
| HEX | #fffe0b |
| RGB | rgb(255, 254, 11) |
| HSL | hsl(60, 100%, 52%) |
| CMYK | cmyk(0%, 0%, 96%, 0%) |
| LAB | lab(96.9 -21.0 93.5) |
| LCH | lch(96.9 95.9 102.7) |
| OKLCH | oklch(0.966 0.209 109.5) |
Copy-ready code
/* CSS */
color: #fffe0b;
background-color: #fffe0b;
/* Tailwind (arbitrary) */
class="text-[#fffe0b] bg-[#fffe0b]"
/* SCSS */
$brand: #fffe0b;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.043)
/* Android */
Color.parseColor("#fffe0b")Accessibility — WCAG contrast
Aa
#fffe0b on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffe0b on black: 19.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow95.7%
Key (black)0.0%
Color previews
#fffe0b text on a black background
contrast 19.43:1
Card sample
#fffe0b text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffe0b;
Background color
Panel with #fffe0b background
background-color: #fffe0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffe0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffe0b; background: linear-gradient(135deg, #fffe0b, #5DFF0B);