#fdffcf
a pale, electric yellow · cool · closest name: beige
RGB
253, 255, 207
HSL
63°, 100%, 91%
CMYK
1, 0, 19, 0
Luminance
0.9691
Every format
| HEX | #fdffcf |
| RGB | rgb(253, 255, 207) |
| HSL | hsl(63, 100%, 91%) |
| CMYK | cmyk(1%, 0%, 19%, 0%) |
| LAB | lab(98.8 -8.3 22.8) |
| LCH | lch(98.8 24.3 110.1) |
| OKLCH | oklch(0.987 0.062 109.4) |
Copy-ready code
/* CSS */
color: #fdffcf;
background-color: #fdffcf;
/* Tailwind (arbitrary) */
class="text-[#fdffcf] bg-[#fdffcf]"
/* SCSS */
$brand: #fdffcf;
/* SwiftUI */
Color(red: 0.992, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#fdffcf")Accessibility — WCAG contrast
Aa
#fdffcf on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdffcf on black: 20.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green100.0%
Blue81.2%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#fdffcf text on a black background
contrast 20.38:1
Card sample
#fdffcf text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdffcf;
Background color
Panel with #fdffcf background
background-color: #fdffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdffcf; background: linear-gradient(135deg, #fdffcf, #DDFFCF);