#fcfbab
a light, electric yellow · cool · closest name: khaki
RGB
252, 251, 171
HSL
59°, 93%, 83%
CMYK
0, 0, 32, 1
Luminance
0.9263
Every format
| HEX | #fcfbab |
| RGB | rgb(252, 251, 171) |
| HSL | hsl(59, 93%, 83%) |
| CMYK | cmyk(0%, 0%, 32%, 1%) |
| LAB | lab(97.1 -11.4 38.5) |
| LCH | lch(97.1 40.2 106.5) |
| OKLCH | oklch(0.971 0.100 107.5) |
Copy-ready code
/* CSS */
color: #fcfbab;
background-color: #fcfbab;
/* Tailwind (arbitrary) */
class="text-[#fcfbab] bg-[#fcfbab]"
/* SCSS */
$brand: #fcfbab;
/* SwiftUI */
Color(red: 0.988, green: 0.984, blue: 0.671)
/* Android */
Color.parseColor("#fcfbab")Accessibility — WCAG contrast
Aa
#fcfbab on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfbab on black: 19.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green98.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow32.1%
Key (black)1.2%
Color previews
#fcfbab text on a black background
contrast 19.53:1
Card sample
#fcfbab text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfbab;
Background color
Panel with #fcfbab background
background-color: #fcfbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 251, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 251, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfbab; background: linear-gradient(135deg, #fcfbab, #C7FCAB);