#fcf1df
a pale, electric orange · warm · closest name: beige
RGB
252, 241, 223
HSL
37°, 83%, 93%
CMYK
0, 4, 12, 1
Luminance
0.8893
Every format
| HEX | #fcf1df |
| RGB | rgb(252, 241, 223) |
| HSL | hsl(37, 83%, 93%) |
| CMYK | cmyk(0%, 4%, 12%, 1%) |
| LAB | lab(95.5 0.7 10.0) |
| LCH | lch(95.5 10.0 85.8) |
| OKLCH | oklch(0.962 0.026 80.3) |
Copy-ready code
/* CSS */
color: #fcf1df;
background-color: #fcf1df;
/* Tailwind (arbitrary) */
class="text-[#fcf1df] bg-[#fcf1df]"
/* SCSS */
$brand: #fcf1df;
/* SwiftUI */
Color(red: 0.988, green: 0.945, blue: 0.875)
/* Android */
Color.parseColor("#fcf1df")Accessibility — WCAG contrast
Aa
#fcf1df on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf1df on black: 18.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow11.5%
Key (black)1.2%
Color previews
#fcf1df text on a black background
contrast 18.79:1
Card sample
#fcf1df text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf1df;
Background color
Panel with #fcf1df background
background-color: #fcf1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 241, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 241, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf1df; background: linear-gradient(135deg, #fcf1df, #F4FCDF);