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