#fdffdf
a pale, electric yellow · cool · closest name: beige
RGB
253, 255, 223
HSL
64°, 100%, 94%
CMYK
1, 0, 13, 0
Luminance
0.9773
Every format
| HEX | #fdffdf |
| RGB | rgb(253, 255, 223) |
| HSL | hsl(64, 100%, 94%) |
| CMYK | cmyk(1%, 0%, 13%, 0%) |
| LAB | lab(99.1 -6.0 15.1) |
| LCH | lch(99.1 16.2 111.5) |
| OKLCH | oklch(0.990 0.042 110.1) |
Copy-ready code
/* CSS */
color: #fdffdf;
background-color: #fdffdf;
/* Tailwind (arbitrary) */
class="text-[#fdffdf] bg-[#fdffdf]"
/* SCSS */
$brand: #fdffdf;
/* SwiftUI */
Color(red: 0.992, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#fdffdf")Accessibility — WCAG contrast
Aa
#fdffdf on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdffdf on black: 20.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green100.0%
Blue87.5%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#fdffdf text on a black background
contrast 20.55:1
Card sample
#fdffdf text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdffdf;
Background color
Panel with #fdffdf background
background-color: #fdffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdffdf; background: linear-gradient(135deg, #fdffdf, #E8FFDF);