#fdfde7
a pale, electric yellow · cool · closest name: beige
RGB
253, 253, 231
HSL
60°, 85%, 95%
CMYK
0, 0, 9, 1
Luminance
0.9690
Every format
| HEX | #fdfde7 |
| RGB | rgb(253, 253, 231) |
| HSL | hsl(60, 85%, 95%) |
| CMYK | cmyk(0%, 0%, 9%, 1%) |
| LAB | lab(98.8 -3.7 10.5) |
| LCH | lch(98.8 11.2 109.4) |
| OKLCH | oklch(0.988 0.029 106.9) |
Copy-ready code
/* CSS */
color: #fdfde7;
background-color: #fdfde7;
/* Tailwind (arbitrary) */
class="text-[#fdfde7] bg-[#fdfde7]"
/* SCSS */
$brand: #fdfde7;
/* SwiftUI */
Color(red: 0.992, green: 0.992, blue: 0.906)
/* Android */
Color.parseColor("#fdfde7")Accessibility — WCAG contrast
Aa
#fdfde7 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfde7 on black: 20.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.2%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow8.7%
Key (black)0.8%
Color previews
#fdfde7 text on a black background
contrast 20.38:1
Card sample
#fdfde7 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfde7;
Background color
Panel with #fdfde7 background
background-color: #fdfde7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfde7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 253, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 253, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfde7; background: linear-gradient(135deg, #fdfde7, #EEFDE7);