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