#fdf5df
a pale, electric yellow · warm · closest name: beige
RGB
253, 245, 223
HSL
44°, 88%, 93%
CMYK
0, 3, 12, 1
Luminance
0.9152
Every format
| HEX | #fdf5df |
| RGB | rgb(253, 245, 223) |
| HSL | hsl(44, 88%, 93%) |
| CMYK | cmyk(0%, 3%, 12%, 1%) |
| LAB | lab(96.6 -0.9 11.6) |
| LCH | lch(96.6 11.6 94.7) |
| OKLCH | oklch(0.971 0.030 90.3) |
Copy-ready code
/* CSS */
color: #fdf5df;
background-color: #fdf5df;
/* Tailwind (arbitrary) */
class="text-[#fdf5df] bg-[#fdf5df]"
/* SCSS */
$brand: #fdf5df;
/* SwiftUI */
Color(red: 0.992, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#fdf5df")Accessibility — WCAG contrast
Aa
#fdf5df on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf5df on black: 19.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow11.9%
Key (black)0.8%
Color previews
#fdf5df text on a black background
contrast 19.30:1
Card sample
#fdf5df text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf5df;
Background color
Panel with #fdf5df background
background-color: #fdf5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 245, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 245, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf5df; background: linear-gradient(135deg, #fdf5df, #F1FDDF);