#fefeab
a light, electric yellow · cool · closest name: khaki
RGB
254, 254, 171
HSL
60°, 98%, 83%
CMYK
0, 0, 33, 0
Luminance
0.9489
Every format
| HEX | #fefeab |
| RGB | rgb(254, 254, 171) |
| HSL | hsl(60, 98%, 83%) |
| CMYK | cmyk(0%, 0%, 33%, 0%) |
| LAB | lab(98.0 -12.2 39.8) |
| LCH | lch(98.0 41.6 107.0) |
| OKLCH | oklch(0.978 0.104 108.2) |
Copy-ready code
/* CSS */
color: #fefeab;
background-color: #fefeab;
/* Tailwind (arbitrary) */
class="text-[#fefeab] bg-[#fefeab]"
/* SCSS */
$brand: #fefeab;
/* SwiftUI */
Color(red: 0.996, green: 0.996, blue: 0.671)
/* Android */
Color.parseColor("#fefeab")Accessibility — WCAG contrast
Aa
#fefeab on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefeab on black: 19.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow32.7%
Key (black)0.4%
Color previews
#fefeab text on a black background
contrast 19.98:1
Card sample
#fefeab text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefeab;
Background color
Panel with #fefeab background
background-color: #fefeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 254, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 254, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefeab; background: linear-gradient(135deg, #fefeab, #C7FEAB);