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