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