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