#fcf1ba
a pale, electric yellow · cool · closest name: beige
RGB
252, 241, 186
HSL
50°, 92%, 86%
CMYK
0, 4, 26, 1
Luminance
0.8715
Every format
| HEX | #fcf1ba |
| RGB | rgb(252, 241, 186) |
| HSL | hsl(50, 92%, 86%) |
| CMYK | cmyk(0%, 4%, 26%, 1%) |
| LAB | lab(94.8 -4.6 28.0) |
| LCH | lch(94.8 28.3 99.3) |
| OKLCH | oklch(0.954 0.071 98.1) |
Copy-ready code
/* CSS */
color: #fcf1ba;
background-color: #fcf1ba;
/* Tailwind (arbitrary) */
class="text-[#fcf1ba] bg-[#fcf1ba]"
/* SCSS */
$brand: #fcf1ba;
/* SwiftUI */
Color(red: 0.988, green: 0.945, blue: 0.729)
/* Android */
Color.parseColor("#fcf1ba")Accessibility — WCAG contrast
Aa
#fcf1ba on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf1ba on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow26.2%
Key (black)1.2%
Color previews
#fcf1ba text on a black background
contrast 18.43:1
Card sample
#fcf1ba text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf1ba;
Background color
Panel with #fcf1ba background
background-color: #fcf1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 241, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 241, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf1ba; background: linear-gradient(135deg, #fcf1ba, #DBFCBA);