#fdfce4
a pale, electric yellow · cool · closest name: beige
RGB
253, 252, 228
HSL
58°, 86%, 94%
CMYK
0, 0, 10, 1
Luminance
0.9610
Every format
| HEX | #fdfce4 |
| RGB | rgb(253, 252, 228) |
| HSL | hsl(58, 86%, 94%) |
| CMYK | cmyk(0%, 0%, 10%, 1%) |
| LAB | lab(98.5 -3.7 11.6) |
| LCH | lch(98.5 12.2 107.5) |
| OKLCH | oklch(0.986 0.031 105.0) |
Copy-ready code
/* CSS */
color: #fdfce4;
background-color: #fdfce4;
/* Tailwind (arbitrary) */
class="text-[#fdfce4] bg-[#fdfce4]"
/* SCSS */
$brand: #fdfce4;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.894)
/* Android */
Color.parseColor("#fdfce4")Accessibility — WCAG contrast
Aa
#fdfce4 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfce4 on black: 20.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow9.9%
Key (black)0.8%
Color previews
#fdfce4 text on a black background
contrast 20.22:1
Card sample
#fdfce4 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfce4;
Background color
Panel with #fdfce4 background
background-color: #fdfce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfce4; background: linear-gradient(135deg, #fdfce4, #EDFDE4);