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