#fdfdce
a pale, electric yellow · cool · closest name: beige
RGB
253, 253, 206
HSL
60°, 92%, 90%
CMYK
0, 0, 19, 1
Luminance
0.9559
Every format
| HEX | #fdfdce |
| RGB | rgb(253, 253, 206) |
| HSL | hsl(60, 92%, 90%) |
| CMYK | cmyk(0%, 0%, 19%, 1%) |
| LAB | lab(98.3 -7.5 22.6) |
| LCH | lch(98.3 23.8 108.4) |
| OKLCH | oklch(0.982 0.060 107.5) |
Copy-ready code
/* CSS */
color: #fdfdce;
background-color: #fdfdce;
/* Tailwind (arbitrary) */
class="text-[#fdfdce] bg-[#fdfdce]"
/* SCSS */
$brand: #fdfdce;
/* SwiftUI */
Color(red: 0.992, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#fdfdce")Accessibility — WCAG contrast
Aa
#fdfdce on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfdce on black: 20.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#fdfdce text on a black background
contrast 20.12:1
Card sample
#fdfdce text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfdce;
Background color
Panel with #fdfdce background
background-color: #fdfdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfdce; background: linear-gradient(135deg, #fdfdce, #DEFDCE);