#fdfbc6
a pale, electric yellow · cool · closest name: beige
RGB
253, 251, 198
HSL
58°, 93%, 88%
CMYK
0, 1, 22, 1
Luminance
0.9395
Every format
| HEX | #fdfbc6 |
| RGB | rgb(253, 251, 198) |
| HSL | hsl(58, 93%, 88%) |
| CMYK | cmyk(0%, 1%, 22%, 1%) |
| LAB | lab(97.6 -7.6 25.7) |
| LCH | lch(97.6 26.8 106.5) |
| OKLCH | oklch(0.977 0.068 105.8) |
Copy-ready code
/* CSS */
color: #fdfbc6;
background-color: #fdfbc6;
/* Tailwind (arbitrary) */
class="text-[#fdfbc6] bg-[#fdfbc6]"
/* SCSS */
$brand: #fdfbc6;
/* SwiftUI */
Color(red: 0.992, green: 0.984, blue: 0.776)
/* Android */
Color.parseColor("#fdfbc6")Accessibility — WCAG contrast
Aa
#fdfbc6 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfbc6 on black: 19.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.4%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow21.7%
Key (black)0.8%
Color previews
#fdfbc6 text on a black background
contrast 19.79:1
Card sample
#fdfbc6 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfbc6;
Background color
Panel with #fdfbc6 background
background-color: #fdfbc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfbc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 251, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 251, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfbc6; background: linear-gradient(135deg, #fdfbc6, #DAFDC6);