#feeeaf
a light, electric yellow · cool · closest name: khaki
RGB
254, 238, 175
HSL
48°, 98%, 84%
CMYK
0, 6, 31, 0
Luminance
0.8532
Every format
| HEX | #feeeaf |
| RGB | rgb(254, 238, 175) |
| HSL | hsl(48, 98%, 84%) |
| CMYK | cmyk(0%, 6%, 31%, 0%) |
| LAB | lab(94.0 -3.7 32.5) |
| LCH | lch(94.0 32.7 96.6) |
| OKLCH | oklch(0.947 0.082 95.6) |
Copy-ready code
/* CSS */
color: #feeeaf;
background-color: #feeeaf;
/* Tailwind (arbitrary) */
class="text-[#feeeaf] bg-[#feeeaf]"
/* SCSS */
$brand: #feeeaf;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#feeeaf")Accessibility — WCAG contrast
Aa
#feeeaf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeeaf on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow31.1%
Key (black)0.4%
Color previews
#feeeaf text on a black background
contrast 18.06:1
Card sample
#feeeaf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeeaf;
Background color
Panel with #feeeaf background
background-color: #feeeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeeaf; background: linear-gradient(135deg, #feeeaf, #D9FEAF);