#fdfce1
a pale, electric yellow · cool · closest name: beige
RGB
253, 252, 225
HSL
58°, 88%, 94%
CMYK
0, 0, 11, 1
Luminance
0.9594
Every format
| HEX | #fdfce1 |
| RGB | rgb(253, 252, 225) |
| HSL | hsl(58, 88%, 94%) |
| CMYK | cmyk(0%, 0%, 11%, 1%) |
| LAB | lab(98.4 -4.2 13.1) |
| LCH | lch(98.4 13.7 107.6) |
| OKLCH | oklch(0.985 0.035 105.3) |
Copy-ready code
/* CSS */
color: #fdfce1;
background-color: #fdfce1;
/* Tailwind (arbitrary) */
class="text-[#fdfce1] bg-[#fdfce1]"
/* SCSS */
$brand: #fdfce1;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.882)
/* Android */
Color.parseColor("#fdfce1")Accessibility — WCAG contrast
Aa
#fdfce1 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfce1 on black: 20.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue88.2%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow11.1%
Key (black)0.8%
Color previews
#fdfce1 text on a black background
contrast 20.19:1
Card sample
#fdfce1 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfce1;
Background color
Panel with #fdfce1 background
background-color: #fdfce1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfce1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfce1; background: linear-gradient(135deg, #fdfce1, #EBFDE1);