#fdf8c9
a pale, electric yellow · cool · closest name: beige
RGB
253, 248, 201
HSL
54°, 93%, 89%
CMYK
0, 2, 21, 1
Luminance
0.9223
Every format
| HEX | #fdf8c9 |
| RGB | rgb(253, 248, 201) |
| HSL | hsl(54, 93%, 89%) |
| CMYK | cmyk(0%, 2%, 21%, 1%) |
| LAB | lab(96.9 -5.7 23.2) |
| LCH | lch(96.9 23.9 103.8) |
| OKLCH | oklch(0.971 0.061 102.4) |
Copy-ready code
/* CSS */
color: #fdf8c9;
background-color: #fdf8c9;
/* Tailwind (arbitrary) */
class="text-[#fdf8c9] bg-[#fdf8c9]"
/* SCSS */
$brand: #fdf8c9;
/* SwiftUI */
Color(red: 0.992, green: 0.973, blue: 0.788)
/* Android */
Color.parseColor("#fdf8c9")Accessibility — WCAG contrast
Aa
#fdf8c9 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf8c9 on black: 19.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.3%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow20.6%
Key (black)0.8%
Color previews
#fdf8c9 text on a black background
contrast 19.45:1
Card sample
#fdf8c9 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf8c9;
Background color
Panel with #fdf8c9 background
background-color: #fdf8c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf8c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 248, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 248, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf8c9; background: linear-gradient(135deg, #fdf8c9, #DFFDC9);