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