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