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