#fdfade
a pale, electric yellow · cool · closest name: beige
RGB
253, 250, 222
HSL
54°, 89%, 93%
CMYK
0, 1, 12, 1
Luminance
0.9453
Every format
| HEX | #fdfade |
| RGB | rgb(253, 250, 222) |
| HSL | hsl(54, 89%, 93%) |
| CMYK | cmyk(0%, 1%, 12%, 1%) |
| LAB | lab(97.8 -3.6 13.8) |
| LCH | lch(97.8 14.3 104.7) |
| OKLCH | oklch(0.980 0.037 102.0) |
Copy-ready code
/* CSS */
color: #fdfade;
background-color: #fdfade;
/* Tailwind (arbitrary) */
class="text-[#fdfade] bg-[#fdfade]"
/* SCSS */
$brand: #fdfade;
/* SwiftUI */
Color(red: 0.992, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#fdfade")Accessibility — WCAG contrast
Aa
#fdfade on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfade on black: 19.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.0%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow12.3%
Key (black)0.8%
Color previews
#fdfade text on a black background
contrast 19.91:1
Card sample
#fdfade text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfade;
Background color
Panel with #fdfade background
background-color: #fdfade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfade; background: linear-gradient(135deg, #fdfade, #EBFDDE);