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