#fcf3c5
a pale, electric yellow · cool · closest name: beige
RGB
252, 243, 197
HSL
50°, 90%, 88%
CMYK
0, 4, 22, 1
Luminance
0.8883
Every format
| HEX | #fcf3c5 |
| RGB | rgb(252, 243, 197) |
| HSL | hsl(50, 90%, 88%) |
| CMYK | cmyk(0%, 4%, 22%, 1%) |
| LAB | lab(95.5 -4.1 23.3) |
| LCH | lch(95.5 23.7 100.0) |
| OKLCH | oklch(0.960 0.060 98.2) |
Copy-ready code
/* CSS */
color: #fcf3c5;
background-color: #fcf3c5;
/* Tailwind (arbitrary) */
class="text-[#fcf3c5] bg-[#fcf3c5]"
/* SCSS */
$brand: #fcf3c5;
/* SwiftUI */
Color(red: 0.988, green: 0.953, blue: 0.773)
/* Android */
Color.parseColor("#fcf3c5")Accessibility — WCAG contrast
Aa
#fcf3c5 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf3c5 on black: 18.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green95.3%
Blue77.3%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow21.8%
Key (black)1.2%
Color previews
#fcf3c5 text on a black background
contrast 18.77:1
Card sample
#fcf3c5 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf3c5;
Background color
Panel with #fcf3c5 background
background-color: #fcf3c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf3c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 243, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 243, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf3c5; background: linear-gradient(135deg, #fcf3c5, #E0FCC5);