#fdfee0
a pale, electric yellow · cool · closest name: beige
RGB
253, 254, 224
HSL
62°, 94%, 94%
CMYK
0, 0, 12, 0
Luminance
0.9715
Every format
| HEX | #fdfee0 |
| RGB | rgb(253, 254, 224) |
| HSL | hsl(62, 94%, 94%) |
| CMYK | cmyk(0%, 0%, 12%, 0%) |
| LAB | lab(98.9 -5.3 14.3) |
| LCH | lch(98.9 15.2 110.4) |
| OKLCH | oklch(0.989 0.039 108.7) |
Copy-ready code
/* CSS */
color: #fdfee0;
background-color: #fdfee0;
/* Tailwind (arbitrary) */
class="text-[#fdfee0] bg-[#fdfee0]"
/* SCSS */
$brand: #fdfee0;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.878)
/* Android */
Color.parseColor("#fdfee0")Accessibility — WCAG contrast
Aa
#fdfee0 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfee0 on black: 20.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue87.8%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow11.8%
Key (black)0.4%
Color previews
#fdfee0 text on a black background
contrast 20.43:1
Card sample
#fdfee0 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfee0;
Background color
Panel with #fdfee0 background
background-color: #fdfee0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfee0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfee0; background: linear-gradient(135deg, #fdfee0, #E9FEE0);