#fdfde3
a pale, electric yellow · cool · closest name: beige
RGB
253, 253, 227
HSL
60°, 87%, 94%
CMYK
0, 0, 10, 1
Luminance
0.9668
Every format
| HEX | #fdfde3 |
| RGB | rgb(253, 253, 227) |
| HSL | hsl(60, 87%, 94%) |
| CMYK | cmyk(0%, 0%, 10%, 1%) |
| LAB | lab(98.7 -4.3 12.5) |
| LCH | lch(98.7 13.2 109.2) |
| OKLCH | oklch(0.987 0.034 107.0) |
Copy-ready code
/* CSS */
color: #fdfde3;
background-color: #fdfde3;
/* Tailwind (arbitrary) */
class="text-[#fdfde3] bg-[#fdfde3]"
/* SCSS */
$brand: #fdfde3;
/* SwiftUI */
Color(red: 0.992, green: 0.992, blue: 0.890)
/* Android */
Color.parseColor("#fdfde3")Accessibility — WCAG contrast
Aa
#fdfde3 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfde3 on black: 20.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.2%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow10.3%
Key (black)0.8%
Color previews
#fdfde3 text on a black background
contrast 20.34:1
Card sample
#fdfde3 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfde3;
Background color
Panel with #fdfde3 background
background-color: #fdfde3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfde3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 253, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 253, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfde3; background: linear-gradient(135deg, #fdfde3, #ECFDE3);