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