#fffdda
a pale, electric yellow · cool · closest name: beige
RGB
255, 253, 218
HSL
57°, 100%, 93%
CMYK
0, 1, 15, 0
Luminance
0.9657
Every format
| HEX | #fffdda |
| RGB | rgb(255, 253, 218) |
| HSL | hsl(57, 100%, 93%) |
| CMYK | cmyk(0%, 1%, 15%, 0%) |
| LAB | lab(98.7 -5.0 17.0) |
| LCH | lch(98.7 17.7 106.4) |
| OKLCH | oklch(0.987 0.045 104.5) |
Copy-ready code
/* CSS */
color: #fffdda;
background-color: #fffdda;
/* Tailwind (arbitrary) */
class="text-[#fffdda] bg-[#fffdda]"
/* SCSS */
$brand: #fffdda;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#fffdda")Accessibility — WCAG contrast
Aa
#fffdda on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffdda on black: 20.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow14.5%
Key (black)0.0%
Color previews
#fffdda text on a black background
contrast 20.31:1
Card sample
#fffdda text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffdda;
Background color
Panel with #fffdda background
background-color: #fffdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffdda; background: linear-gradient(135deg, #fffdda, #E8FFDA);