#fcf0cf
a pale, electric yellow · warm · closest name: beige
RGB
252, 240, 207
HSL
44°, 88%, 90%
CMYK
0, 5, 18, 1
Luminance
0.8752
Every format
| HEX | #fcf0cf |
| RGB | rgb(252, 240, 207) |
| HSL | hsl(44, 88%, 90%) |
| CMYK | cmyk(0%, 5%, 18%, 1%) |
| LAB | lab(95.0 -1.2 17.4) |
| LCH | lch(95.0 17.5 93.9) |
| OKLCH | oklch(0.956 0.045 90.4) |
Copy-ready code
/* CSS */
color: #fcf0cf;
background-color: #fcf0cf;
/* Tailwind (arbitrary) */
class="text-[#fcf0cf] bg-[#fcf0cf]"
/* SCSS */
$brand: #fcf0cf;
/* SwiftUI */
Color(red: 0.988, green: 0.941, blue: 0.812)
/* Android */
Color.parseColor("#fcf0cf")Accessibility — WCAG contrast
Aa
#fcf0cf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf0cf on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow17.9%
Key (black)1.2%
Color previews
#fcf0cf text on a black background
contrast 18.50:1
Card sample
#fcf0cf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf0cf;
Background color
Panel with #fcf0cf background
background-color: #fcf0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 240, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 240, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf0cf; background: linear-gradient(135deg, #fcf0cf, #EAFCCF);