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