#fdfad6
a pale, electric yellow · cool · closest name: beige
RGB
253, 250, 214
HSL
55°, 91%, 92%
CMYK
0, 1, 15, 1
Luminance
0.9411
Every format
| HEX | #fdfad6 |
| RGB | rgb(253, 250, 214) |
| HSL | hsl(55, 91%, 92%) |
| CMYK | cmyk(0%, 1%, 15%, 1%) |
| LAB | lab(97.7 -4.8 17.7) |
| LCH | lch(97.7 18.3 105.3) |
| OKLCH | oklch(0.978 0.047 103.3) |
Copy-ready code
/* CSS */
color: #fdfad6;
background-color: #fdfad6;
/* Tailwind (arbitrary) */
class="text-[#fdfad6] bg-[#fdfad6]"
/* SCSS */
$brand: #fdfad6;
/* SwiftUI */
Color(red: 0.992, green: 0.980, blue: 0.839)
/* Android */
Color.parseColor("#fdfad6")Accessibility — WCAG contrast
Aa
#fdfad6 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfad6 on black: 19.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.0%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow15.4%
Key (black)0.8%
Color previews
#fdfad6 text on a black background
contrast 19.82:1
Card sample
#fdfad6 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfad6;
Background color
Panel with #fdfad6 background
background-color: #fdfad6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfad6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 250, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 250, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfad6; background: linear-gradient(135deg, #fdfad6, #E6FDD6);