#fdfdec
a pale, electric yellow · cool · “ivory”
RGB
253, 253, 236
HSL
60°, 81%, 96%
CMYK
0, 0, 7, 1
Luminance
0.9719
Every format
| HEX | #fdfdec |
| RGB | rgb(253, 253, 236) |
| HSL | hsl(60, 81%, 96%) |
| CMYK | cmyk(0%, 0%, 7%, 1%) |
| LAB | lab(98.9 -2.9 8.1) |
| LCH | lch(98.9 8.6 109.5) |
| OKLCH | oklch(0.990 0.022 106.8) |
Copy-ready code
/* CSS */
color: #fdfdec;
background-color: #fdfdec;
/* Tailwind (arbitrary) */
class="text-[#fdfdec] bg-[#fdfdec]"
/* SCSS */
$brand: #fdfdec;
/* SwiftUI */
Color(red: 0.992, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#fdfdec")Accessibility — WCAG contrast
Aa
#fdfdec on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfdec on black: 20.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.2%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#fdfdec text on a black background
contrast 20.44:1
Card sample
#fdfdec text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfdec;
Background color
Panel with #fdfdec background
background-color: #fdfdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfdec; background: linear-gradient(135deg, #fdfdec, #F2FDEC);