#fdfeea
a pale, electric yellow · cool · closest name: ivory
RGB
253, 254, 234
HSL
63°, 91%, 96%
CMYK
0, 0, 8, 0
Luminance
0.9771
Every format
| HEX | #fdfeea |
| RGB | rgb(253, 254, 234) |
| HSL | hsl(63, 91%, 96%) |
| CMYK | cmyk(0%, 0%, 8%, 0%) |
| LAB | lab(99.1 -3.7 9.4) |
| LCH | lch(99.1 10.2 111.4) |
| OKLCH | oklch(0.991 0.026 109.2) |
Copy-ready code
/* CSS */
color: #fdfeea;
background-color: #fdfeea;
/* Tailwind (arbitrary) */
class="text-[#fdfeea] bg-[#fdfeea]"
/* SCSS */
$brand: #fdfeea;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.918)
/* Android */
Color.parseColor("#fdfeea")Accessibility — WCAG contrast
Aa
#fdfeea on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfeea on black: 20.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue91.8%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow7.9%
Key (black)0.4%
Color previews
#fdfeea text on a black background
contrast 20.54:1
Card sample
#fdfeea text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfeea;
Background color
Panel with #fdfeea background
background-color: #fdfeea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfeea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfeea; background: linear-gradient(135deg, #fdfeea, #F0FEEA);