#fcfbc9
a pale, electric yellow · cool · closest name: beige
RGB
252, 251, 201
HSL
59°, 90%, 89%
CMYK
0, 0, 20, 1
Luminance
0.9391
Every format
| HEX | #fcfbc9 |
| RGB | rgb(252, 251, 201) |
| HSL | hsl(59, 90%, 89%) |
| CMYK | cmyk(0%, 0%, 20%, 1%) |
| LAB | lab(97.6 -7.6 24.2) |
| LCH | lch(97.6 25.3 107.4) |
| OKLCH | oklch(0.977 0.064 106.6) |
Copy-ready code
/* CSS */
color: #fcfbc9;
background-color: #fcfbc9;
/* Tailwind (arbitrary) */
class="text-[#fcfbc9] bg-[#fcfbc9]"
/* SCSS */
$brand: #fcfbc9;
/* SwiftUI */
Color(red: 0.988, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#fcfbc9")Accessibility — WCAG contrast
Aa
#fcfbc9 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfbc9 on black: 19.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green98.4%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow20.2%
Key (black)1.2%
Color previews
#fcfbc9 text on a black background
contrast 19.78:1
Card sample
#fcfbc9 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfbc9;
Background color
Panel with #fcfbc9 background
background-color: #fcfbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfbc9; background: linear-gradient(135deg, #fcfbc9, #DBFCC9);