#fcf8cb
a pale, electric yellow · cool · closest name: beige
RGB
252, 248, 203
HSL
55°, 89%, 89%
CMYK
0, 2, 19, 1
Luminance
0.9214
Every format
| HEX | #fcf8cb |
| RGB | rgb(252, 248, 203) |
| HSL | hsl(55, 89%, 89%) |
| CMYK | cmyk(0%, 2%, 19%, 1%) |
| LAB | lab(96.9 -5.8 22.1) |
| LCH | lch(96.9 22.9 104.6) |
| OKLCH | oklch(0.971 0.058 103.2) |
Copy-ready code
/* CSS */
color: #fcf8cb;
background-color: #fcf8cb;
/* Tailwind (arbitrary) */
class="text-[#fcf8cb] bg-[#fcf8cb]"
/* SCSS */
$brand: #fcf8cb;
/* SwiftUI */
Color(red: 0.988, green: 0.973, blue: 0.796)
/* Android */
Color.parseColor("#fcf8cb")Accessibility — WCAG contrast
Aa
#fcf8cb on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf8cb on black: 19.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green97.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow19.4%
Key (black)1.2%
Color previews
#fcf8cb text on a black background
contrast 19.43:1
Card sample
#fcf8cb text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf8cb;
Background color
Panel with #fcf8cb background
background-color: #fcf8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 248, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 248, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf8cb; background: linear-gradient(135deg, #fcf8cb, #DFFCCB);