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