#fffe56
a light, electric yellow · cool · closest name: yellow
RGB
255, 254, 86
HSL
60°, 100%, 67%
CMYK
0, 0, 66, 0
Luminance
0.9282
Every format
| HEX | #fffe56 |
| RGB | rgb(255, 254, 86) |
| HSL | hsl(60, 100%, 67%) |
| CMYK | cmyk(0%, 0%, 66%, 0%) |
| LAB | lab(97.2 -18.9 76.7) |
| LCH | lch(97.2 79.0 103.8) |
| OKLCH | oklch(0.969 0.182 109.0) |
Copy-ready code
/* CSS */
color: #fffe56;
background-color: #fffe56;
/* Tailwind (arbitrary) */
class="text-[#fffe56] bg-[#fffe56]"
/* SCSS */
$brand: #fffe56;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.337)
/* Android */
Color.parseColor("#fffe56")Accessibility — WCAG contrast
Aa
#fffe56 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffe56 on black: 19.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow66.3%
Key (black)0.0%
Color previews
#fffe56 text on a black background
contrast 19.56:1
Card sample
#fffe56 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffe56;
Background color
Panel with #fffe56 background
background-color: #fffe56;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffe56;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffe56; background: linear-gradient(135deg, #fffe56, #90FF56);