#fdffeb
a pale, electric yellow · cool · closest name: ivory
RGB
253, 255, 235
HSL
66°, 100%, 96%
CMYK
1, 0, 8, 0
Luminance
0.9840
Every format
| HEX | #fdffeb |
| RGB | rgb(253, 255, 235) |
| HSL | hsl(66, 100%, 96%) |
| CMYK | cmyk(1%, 0%, 8%, 0%) |
| LAB | lab(99.4 -4.0 9.3) |
| LCH | lch(99.4 10.2 113.5) |
| OKLCH | oklch(0.993 0.026 111.5) |
Copy-ready code
/* CSS */
color: #fdffeb;
background-color: #fdffeb;
/* Tailwind (arbitrary) */
class="text-[#fdffeb] bg-[#fdffeb]"
/* SCSS */
$brand: #fdffeb;
/* SwiftUI */
Color(red: 0.992, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#fdffeb")Accessibility — WCAG contrast
Aa
#fdffeb on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdffeb on black: 20.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green100.0%
Blue92.2%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#fdffeb text on a black background
contrast 20.68:1
Card sample
#fdffeb text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdffeb;
Background color
Panel with #fdffeb background
background-color: #fdffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdffeb; background: linear-gradient(135deg, #fdffeb, #F0FFEB);