#fcf5cf
a pale, electric yellow · cool · closest name: beige
RGB
252, 245, 207
HSL
51°, 88%, 90%
CMYK
0, 3, 18, 1
Luminance
0.9051
Every format
| HEX | #fcf5cf |
| RGB | rgb(252, 245, 207) |
| HSL | hsl(51, 88%, 90%) |
| CMYK | cmyk(0%, 3%, 18%, 1%) |
| LAB | lab(96.2 -3.7 19.2) |
| LCH | lch(96.2 19.5 101.0) |
| OKLCH | oklch(0.966 0.050 98.6) |
Copy-ready code
/* CSS */
color: #fcf5cf;
background-color: #fcf5cf;
/* Tailwind (arbitrary) */
class="text-[#fcf5cf] bg-[#fcf5cf]"
/* SCSS */
$brand: #fcf5cf;
/* SwiftUI */
Color(red: 0.988, green: 0.961, blue: 0.812)
/* Android */
Color.parseColor("#fcf5cf")Accessibility — WCAG contrast
Aa
#fcf5cf on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf5cf on black: 19.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow17.9%
Key (black)1.2%
Color previews
#fcf5cf text on a black background
contrast 19.10:1
Card sample
#fcf5cf text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf5cf;
Background color
Panel with #fcf5cf background
background-color: #fcf5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 245, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 245, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf5cf; background: linear-gradient(135deg, #fcf5cf, #E5FCCF);