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