#fdfee5
a pale, electric yellow · cool · closest name: beige
RGB
253, 254, 229
HSL
62°, 93%, 95%
CMYK
0, 0, 10, 0
Luminance
0.9742
Every format
| HEX | #fdfee5 |
| RGB | rgb(253, 254, 229) |
| HSL | hsl(62, 93%, 95%) |
| CMYK | cmyk(0%, 0%, 10%, 0%) |
| LAB | lab(99.0 -4.5 11.8) |
| LCH | lch(99.0 12.7 110.9) |
| OKLCH | oklch(0.990 0.033 108.8) |
Copy-ready code
/* CSS */
color: #fdfee5;
background-color: #fdfee5;
/* Tailwind (arbitrary) */
class="text-[#fdfee5] bg-[#fdfee5]"
/* SCSS */
$brand: #fdfee5;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.898)
/* Android */
Color.parseColor("#fdfee5")Accessibility — WCAG contrast
Aa
#fdfee5 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfee5 on black: 20.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue89.8%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow9.8%
Key (black)0.4%
Color previews
#fdfee5 text on a black background
contrast 20.48:1
Card sample
#fdfee5 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfee5;
Background color
Panel with #fdfee5 background
background-color: #fdfee5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfee5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfee5; background: linear-gradient(135deg, #fdfee5, #ECFEE5);