#fcf7c0
a pale, electric yellow · cool · closest name: beige
RGB
252, 247, 192
HSL
55°, 91%, 87%
CMYK
0, 2, 24, 1
Luminance
0.9102
Every format
| HEX | #fcf7c0 |
| RGB | rgb(252, 247, 192) |
| HSL | hsl(55, 91%, 87%) |
| CMYK | cmyk(0%, 2%, 24%, 1%) |
| LAB | lab(96.4 -6.8 27.1) |
| LCH | lch(96.4 28.0 104.1) |
| OKLCH | oklch(0.967 0.071 103.3) |
Copy-ready code
/* CSS */
color: #fcf7c0;
background-color: #fcf7c0;
/* Tailwind (arbitrary) */
class="text-[#fcf7c0] bg-[#fcf7c0]"
/* SCSS */
$brand: #fcf7c0;
/* SwiftUI */
Color(red: 0.988, green: 0.969, blue: 0.753)
/* Android */
Color.parseColor("#fcf7c0")Accessibility — WCAG contrast
Aa
#fcf7c0 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf7c0 on black: 19.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.9%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow23.8%
Key (black)1.2%
Color previews
#fcf7c0 text on a black background
contrast 19.20:1
Card sample
#fcf7c0 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf7c0;
Background color
Panel with #fcf7c0 background
background-color: #fcf7c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf7c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 247, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 247, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf7c0; background: linear-gradient(135deg, #fcf7c0, #D9FCC0);