#fcfba7
a light, electric yellow · cool · closest name: khaki
RGB
252, 251, 167
HSL
59°, 93%, 82%
CMYK
0, 0, 34, 1
Luminance
0.9248
Every format
| HEX | #fcfba7 |
| RGB | rgb(252, 251, 167) |
| HSL | hsl(59, 93%, 82%) |
| CMYK | cmyk(0%, 0%, 34%, 1%) |
| LAB | lab(97.0 -11.9 40.5) |
| LCH | lch(97.0 42.2 106.4) |
| OKLCH | oklch(0.970 0.105 107.6) |
Copy-ready code
/* CSS */
color: #fcfba7;
background-color: #fcfba7;
/* Tailwind (arbitrary) */
class="text-[#fcfba7] bg-[#fcfba7]"
/* SCSS */
$brand: #fcfba7;
/* SwiftUI */
Color(red: 0.988, green: 0.984, blue: 0.655)
/* Android */
Color.parseColor("#fcfba7")Accessibility — WCAG contrast
Aa
#fcfba7 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfba7 on black: 19.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green98.4%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow33.7%
Key (black)1.2%
Color previews
#fcfba7 text on a black background
contrast 19.50:1
Card sample
#fcfba7 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfba7;
Background color
Panel with #fcfba7 background
background-color: #fcfba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 251, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 251, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfba7; background: linear-gradient(135deg, #fcfba7, #C4FCA7);