#fcf3df
a pale, electric yellow · warm · closest name: beige
RGB
252, 243, 223
HSL
41°, 83%, 93%
CMYK
0, 4, 12, 1
Luminance
0.9012
Every format
| HEX | #fcf3df |
| RGB | rgb(252, 243, 223) |
| HSL | hsl(41, 83%, 93%) |
| CMYK | cmyk(0%, 4%, 12%, 1%) |
| LAB | lab(96.0 -0.3 10.7) |
| LCH | lch(96.0 10.7 91.5) |
| OKLCH | oklch(0.966 0.028 86.6) |
Copy-ready code
/* CSS */
color: #fcf3df;
background-color: #fcf3df;
/* Tailwind (arbitrary) */
class="text-[#fcf3df] bg-[#fcf3df]"
/* SCSS */
$brand: #fcf3df;
/* SwiftUI */
Color(red: 0.988, green: 0.953, blue: 0.875)
/* Android */
Color.parseColor("#fcf3df")Accessibility — WCAG contrast
Aa
#fcf3df on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf3df on black: 19.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green95.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow11.5%
Key (black)1.2%
Color previews
#fcf3df text on a black background
contrast 19.02:1
Card sample
#fcf3df text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf3df;
Background color
Panel with #fcf3df background
background-color: #fcf3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 243, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 243, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf3df; background: linear-gradient(135deg, #fcf3df, #F2FCDF);