#fdf9c6
a pale, electric yellow · cool · closest name: beige
RGB
253, 249, 198
HSL
56°, 93%, 88%
CMYK
0, 2, 22, 1
Luminance
0.9271
Every format
| HEX | #fdf9c6 |
| RGB | rgb(253, 249, 198) |
| HSL | hsl(56, 93%, 88%) |
| CMYK | cmyk(0%, 2%, 22%, 1%) |
| LAB | lab(97.1 -6.6 25.0) |
| LCH | lch(97.1 25.9 104.8) |
| OKLCH | oklch(0.973 0.066 103.8) |
Copy-ready code
/* CSS */
color: #fdf9c6;
background-color: #fdf9c6;
/* Tailwind (arbitrary) */
class="text-[#fdf9c6] bg-[#fdf9c6]"
/* SCSS */
$brand: #fdf9c6;
/* SwiftUI */
Color(red: 0.992, green: 0.976, blue: 0.776)
/* Android */
Color.parseColor("#fdf9c6")Accessibility — WCAG contrast
Aa
#fdf9c6 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf9c6 on black: 19.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.6%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow21.7%
Key (black)0.8%
Color previews
#fdf9c6 text on a black background
contrast 19.54:1
Card sample
#fdf9c6 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf9c6;
Background color
Panel with #fdf9c6 background
background-color: #fdf9c6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf9c6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 249, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 249, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf9c6; background: linear-gradient(135deg, #fdf9c6, #DCFDC6);