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