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