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