#fdf9ce
a pale, electric yellow · cool · closest name: beige
RGB
253, 249, 206
HSL
55°, 92%, 90%
CMYK
0, 2, 19, 1
Luminance
0.9309
Every format
| HEX | #fdf9ce |
| RGB | rgb(253, 249, 206) |
| HSL | hsl(55, 92%, 90%) |
| CMYK | cmyk(0%, 2%, 19%, 1%) |
| LAB | lab(97.3 -5.5 21.2) |
| LCH | lch(97.3 21.9 104.6) |
| OKLCH | oklch(0.975 0.056 103.0) |
Copy-ready code
/* CSS */
color: #fdf9ce;
background-color: #fdf9ce;
/* Tailwind (arbitrary) */
class="text-[#fdf9ce] bg-[#fdf9ce]"
/* SCSS */
$brand: #fdf9ce;
/* SwiftUI */
Color(red: 0.992, green: 0.976, blue: 0.808)
/* Android */
Color.parseColor("#fdf9ce")Accessibility — WCAG contrast
Aa
#fdf9ce on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf9ce on black: 19.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow18.6%
Key (black)0.8%
Color previews
#fdf9ce text on a black background
contrast 19.62:1
Card sample
#fdf9ce text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf9ce;
Background color
Panel with #fdf9ce background
background-color: #fdf9ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf9ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 249, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 249, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf9ce; background: linear-gradient(135deg, #fdf9ce, #E2FDCE);