#fcf6eb
a pale, vivid orange · warm · closest name: ivory
RGB
252, 246, 235
HSL
39°, 74%, 96%
CMYK
0, 2, 7, 1
Luminance
0.9261
Every format
| HEX | #fcf6eb |
| RGB | rgb(252, 246, 235) |
| HSL | hsl(39, 74%, 96%) |
| CMYK | cmyk(0%, 2%, 7%, 1%) |
| LAB | lab(97.1 0.1 6.0) |
| LCH | lch(97.1 6.0 88.7) |
| OKLCH | oklch(0.975 0.016 82.8) |
Copy-ready code
/* CSS */
color: #fcf6eb;
background-color: #fcf6eb;
/* Tailwind (arbitrary) */
class="text-[#fcf6eb] bg-[#fcf6eb]"
/* SCSS */
$brand: #fcf6eb;
/* SwiftUI */
Color(red: 0.988, green: 0.965, blue: 0.922)
/* Android */
Color.parseColor("#fcf6eb")Accessibility — WCAG contrast
Aa
#fcf6eb on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf6eb on black: 19.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow6.7%
Key (black)1.2%
Color previews
#fcf6eb text on a black background
contrast 19.52:1
Card sample
#fcf6eb text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf6eb;
Background color
Panel with #fcf6eb background
background-color: #fcf6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 246, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 246, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf6eb; background: linear-gradient(135deg, #fcf6eb, #F7FCEB);