#fdffdc
a pale, electric yellow · cool · closest name: beige
RGB
253, 255, 220
HSL
63°, 100%, 93%
CMYK
1, 0, 14, 0
Luminance
0.9757
Every format
| HEX | #fdffdc |
| RGB | rgb(253, 255, 220) |
| HSL | hsl(63, 100%, 93%) |
| CMYK | cmyk(1%, 0%, 14%, 0%) |
| LAB | lab(99.0 -6.4 16.5) |
| LCH | lch(99.0 17.7 111.2) |
| OKLCH | oklch(0.990 0.045 109.9) |
Copy-ready code
/* CSS */
color: #fdffdc;
background-color: #fdffdc;
/* Tailwind (arbitrary) */
class="text-[#fdffdc] bg-[#fdffdc]"
/* SCSS */
$brand: #fdffdc;
/* SwiftUI */
Color(red: 0.992, green: 1.000, blue: 0.863)
/* Android */
Color.parseColor("#fdffdc")Accessibility — WCAG contrast
Aa
#fdffdc on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdffdc on black: 20.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green100.0%
Blue86.3%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow13.7%
Key (black)0.0%
Color previews
#fdffdc text on a black background
contrast 20.51:1
Card sample
#fdffdc text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdffdc;
Background color
Panel with #fdffdc background
background-color: #fdffdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdffdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 255, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 255, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdffdc; background: linear-gradient(135deg, #fdffdc, #E6FFDC);