#feefad
a light, electric yellow · cool · closest name: khaki
RGB
254, 239, 173
HSL
49°, 98%, 84%
CMYK
0, 6, 32, 0
Luminance
0.8582
Every format
| HEX | #feefad |
| RGB | rgb(254, 239, 173) |
| HSL | hsl(49, 98%, 84%) |
| CMYK | cmyk(0%, 6%, 32%, 0%) |
| LAB | lab(94.2 -4.5 33.8) |
| LCH | lch(94.2 34.1 97.6) |
| OKLCH | oklch(0.949 0.085 96.9) |
Copy-ready code
/* CSS */
color: #feefad;
background-color: #feefad;
/* Tailwind (arbitrary) */
class="text-[#feefad] bg-[#feefad]"
/* SCSS */
$brand: #feefad;
/* SwiftUI */
Color(red: 0.996, green: 0.937, blue: 0.678)
/* Android */
Color.parseColor("#feefad")Accessibility — WCAG contrast
Aa
#feefad on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feefad on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.7%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow31.9%
Key (black)0.4%
Color previews
#feefad text on a black background
contrast 18.16:1
Card sample
#feefad text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feefad;
Background color
Panel with #feefad background
background-color: #feefad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feefad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 239, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 239, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feefad; background: linear-gradient(135deg, #feefad, #D7FEAD);