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