#fcf7cb
a pale, electric yellow · cool · closest name: beige
RGB
252, 247, 203
HSL
54°, 89%, 89%
CMYK
0, 2, 19, 1
Luminance
0.9153
Every format
| HEX | #fcf7cb |
| RGB | rgb(252, 247, 203) |
| HSL | hsl(54, 89%, 89%) |
| CMYK | cmyk(0%, 2%, 19%, 1%) |
| LAB | lab(96.6 -5.3 21.8) |
| LCH | lch(96.6 22.4 103.6) |
| OKLCH | oklch(0.969 0.057 102.0) |
Copy-ready code
/* CSS */
color: #fcf7cb;
background-color: #fcf7cb;
/* Tailwind (arbitrary) */
class="text-[#fcf7cb] bg-[#fcf7cb]"
/* SCSS */
$brand: #fcf7cb;
/* SwiftUI */
Color(red: 0.988, green: 0.969, blue: 0.796)
/* Android */
Color.parseColor("#fcf7cb")Accessibility — WCAG contrast
Aa
#fcf7cb on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf7cb on black: 19.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.9%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow19.4%
Key (black)1.2%
Color previews
#fcf7cb text on a black background
contrast 19.31:1
Card sample
#fcf7cb text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf7cb;
Background color
Panel with #fcf7cb background
background-color: #fcf7cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf7cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 247, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 247, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf7cb; background: linear-gradient(135deg, #fcf7cb, #E0FCCB);