#fcfbc2
a pale, electric yellow · cool · closest name: beige
RGB
252, 251, 194
HSL
59°, 91%, 88%
CMYK
0, 0, 23, 1
Luminance
0.9358
Every format
| HEX | #fcfbc2 |
| RGB | rgb(252, 251, 194) |
| HSL | hsl(59, 91%, 88%) |
| CMYK | cmyk(0%, 0%, 23%, 1%) |
| LAB | lab(97.5 -8.5 27.5) |
| LCH | lch(97.5 28.8 107.2) |
| OKLCH | oklch(0.975 0.073 106.8) |
Copy-ready code
/* CSS */
color: #fcfbc2;
background-color: #fcfbc2;
/* Tailwind (arbitrary) */
class="text-[#fcfbc2] bg-[#fcfbc2]"
/* SCSS */
$brand: #fcfbc2;
/* SwiftUI */
Color(red: 0.988, green: 0.984, blue: 0.761)
/* Android */
Color.parseColor("#fcfbc2")Accessibility — WCAG contrast
Aa
#fcfbc2 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfbc2 on black: 19.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green98.4%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow23.0%
Key (black)1.2%
Color previews
#fcfbc2 text on a black background
contrast 19.72:1
Card sample
#fcfbc2 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfbc2;
Background color
Panel with #fcfbc2 background
background-color: #fcfbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 251, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 251, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfbc2; background: linear-gradient(135deg, #fcfbc2, #D6FCC2);