#fcf2b2
a light, electric yellow · cool · closest name: khaki
RGB
252, 242, 178
HSL
52°, 93%, 84%
CMYK
0, 4, 29, 1
Luminance
0.8741
Every format
| HEX | #fcf2b2 |
| RGB | rgb(252, 242, 178) |
| HSL | hsl(52, 93%, 84%) |
| CMYK | cmyk(0%, 4%, 29%, 1%) |
| LAB | lab(94.9 -6.1 32.2) |
| LCH | lch(94.9 32.8 100.8) |
| OKLCH | oklch(0.954 0.082 100.3) |
Copy-ready code
/* CSS */
color: #fcf2b2;
background-color: #fcf2b2;
/* Tailwind (arbitrary) */
class="text-[#fcf2b2] bg-[#fcf2b2]"
/* SCSS */
$brand: #fcf2b2;
/* SwiftUI */
Color(red: 0.988, green: 0.949, blue: 0.698)
/* Android */
Color.parseColor("#fcf2b2")Accessibility — WCAG contrast
Aa
#fcf2b2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf2b2 on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.9%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow29.4%
Key (black)1.2%
Color previews
#fcf2b2 text on a black background
contrast 18.48:1
Card sample
#fcf2b2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf2b2;
Background color
Panel with #fcf2b2 background
background-color: #fcf2b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf2b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 242, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 242, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf2b2; background: linear-gradient(135deg, #fcf2b2, #D5FCB2);