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