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