#fffe76
a light, electric yellow · cool · closest name: khaki
RGB
255, 254, 118
HSL
60°, 100%, 73%
CMYK
0, 0, 54, 0
Luminance
0.9345
Every format
| HEX | #fffe76 |
| RGB | rgb(255, 254, 118) |
| HSL | hsl(60, 100%, 73%) |
| CMYK | cmyk(0%, 0%, 54%, 0%) |
| LAB | lab(97.4 -16.9 64.0) |
| LCH | lch(97.4 66.2 104.7) |
| OKLCH | oklch(0.972 0.157 108.6) |
Copy-ready code
/* CSS */
color: #fffe76;
background-color: #fffe76;
/* Tailwind (arbitrary) */
class="text-[#fffe76] bg-[#fffe76]"
/* SCSS */
$brand: #fffe76;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.463)
/* Android */
Color.parseColor("#fffe76")Accessibility — WCAG contrast
Aa
#fffe76 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffe76 on black: 19.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow53.7%
Key (black)0.0%
Color previews
#fffe76 text on a black background
contrast 19.69:1
Card sample
#fffe76 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffe76;
Background color
Panel with #fffe76 background
background-color: #fffe76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffe76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffe76; background: linear-gradient(135deg, #fffe76, #A4FF76);