#fffea3
a light, electric yellow · cool · closest name: khaki
RGB
255, 254, 163
HSL
59°, 100%, 82%
CMYK
0, 0, 36, 0
Luminance
0.9479
Every format
| HEX | #fffea3 |
| RGB | rgb(255, 254, 163) |
| HSL | hsl(59, 100%, 82%) |
| CMYK | cmyk(0%, 0%, 36%, 0%) |
| LAB | lab(98.0 -12.7 43.7) |
| LCH | lch(98.0 45.5 106.2) |
| OKLCH | oklch(0.978 0.113 107.8) |
Copy-ready code
/* CSS */
color: #fffea3;
background-color: #fffea3;
/* Tailwind (arbitrary) */
class="text-[#fffea3] bg-[#fffea3]"
/* SCSS */
$brand: #fffea3;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.639)
/* Android */
Color.parseColor("#fffea3")Accessibility — WCAG contrast
Aa
#fffea3 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffea3 on black: 19.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow36.1%
Key (black)0.0%
Color previews
#fffea3 text on a black background
contrast 19.96:1
Card sample
#fffea3 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffea3;
Background color
Panel with #fffea3 background
background-color: #fffea3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffea3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffea3; background: linear-gradient(135deg, #fffea3, #C3FFA3);