#fdfcb2
a light, electric yellow · cool · closest name: khaki
RGB
253, 252, 178
HSL
59°, 95%, 85%
CMYK
0, 0, 30, 1
Luminance
0.9372
Every format
| HEX | #fdfcb2 |
| RGB | rgb(253, 252, 178) |
| HSL | hsl(59, 95%, 85%) |
| CMYK | cmyk(0%, 0%, 30%, 1%) |
| LAB | lab(97.5 -10.7 35.7) |
| LCH | lch(97.5 37.2 106.7) |
| OKLCH | oklch(0.975 0.093 107.4) |
Copy-ready code
/* CSS */
color: #fdfcb2;
background-color: #fdfcb2;
/* Tailwind (arbitrary) */
class="text-[#fdfcb2] bg-[#fdfcb2]"
/* SCSS */
$brand: #fdfcb2;
/* SwiftUI */
Color(red: 0.992, green: 0.988, blue: 0.698)
/* Android */
Color.parseColor("#fdfcb2")Accessibility — WCAG contrast
Aa
#fdfcb2 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfcb2 on black: 19.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.8%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow29.6%
Key (black)0.8%
Color previews
#fdfcb2 text on a black background
contrast 19.74:1
Card sample
#fdfcb2 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfcb2;
Background color
Panel with #fdfcb2 background
background-color: #fdfcb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfcb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 252, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 252, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfcb2; background: linear-gradient(135deg, #fdfcb2, #CCFDB2);