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