#fcf3eb
a pale, vivid orange · warm · closest name: ivory
RGB
252, 243, 235
HSL
28°, 74%, 96%
CMYK
0, 4, 7, 1
Luminance
0.9079
Every format
| HEX | #fcf3eb |
| RGB | rgb(252, 243, 235) |
| HSL | hsl(28, 74%, 96%) |
| CMYK | cmyk(0%, 4%, 7%, 1%) |
| LAB | lab(96.3 1.7 4.9) |
| LCH | lch(96.3 5.2 71.4) |
| OKLCH | oklch(0.969 0.014 64.3) |
Copy-ready code
/* CSS */
color: #fcf3eb;
background-color: #fcf3eb;
/* Tailwind (arbitrary) */
class="text-[#fcf3eb] bg-[#fcf3eb]"
/* SCSS */
$brand: #fcf3eb;
/* SwiftUI */
Color(red: 0.988, green: 0.953, blue: 0.922)
/* Android */
Color.parseColor("#fcf3eb")Accessibility — WCAG contrast
Aa
#fcf3eb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf3eb on black: 19.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green95.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow6.7%
Key (black)1.2%
Color previews
#fcf3eb text on a black background
contrast 19.16:1
Card sample
#fcf3eb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf3eb;
Background color
Panel with #fcf3eb background
background-color: #fcf3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 243, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 243, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf3eb; background: linear-gradient(135deg, #fcf3eb, #FAFCEB);