#fffe93
a light, electric yellow · cool · closest name: khaki
RGB
255, 254, 147
HSL
59°, 100%, 79%
CMYK
0, 0, 42, 0
Luminance
0.9425
Every format
| HEX | #fffe93 |
| RGB | rgb(255, 254, 147) |
| HSL | hsl(59, 100%, 79%) |
| CMYK | cmyk(0%, 0%, 42%, 0%) |
| LAB | lab(97.7 -14.3 51.1) |
| LCH | lch(97.7 53.1 105.7) |
| OKLCH | oklch(0.976 0.130 108.1) |
Copy-ready code
/* CSS */
color: #fffe93;
background-color: #fffe93;
/* Tailwind (arbitrary) */
class="text-[#fffe93] bg-[#fffe93]"
/* SCSS */
$brand: #fffe93;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.576)
/* Android */
Color.parseColor("#fffe93")Accessibility — WCAG contrast
Aa
#fffe93 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffe93 on black: 19.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow42.4%
Key (black)0.0%
Color previews
#fffe93 text on a black background
contrast 19.85:1
Card sample
#fffe93 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffe93;
Background color
Panel with #fffe93 background
background-color: #fffe93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffe93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffe93; background: linear-gradient(135deg, #fffe93, #B8FF93);