#fcf2ee
a pale, vivid orange · warm · closest name: white
RGB
252, 242, 238
HSL
17°, 70%, 96%
CMYK
0, 4, 6, 1
Luminance
0.9037
Every format
| HEX | #fcf2ee |
| RGB | rgb(252, 242, 238) |
| HSL | hsl(17, 70%, 96%) |
| CMYK | cmyk(0%, 4%, 6%, 1%) |
| LAB | lab(96.2 2.7 3.1) |
| LCH | lch(96.2 4.1 49.4) |
| OKLCH | oklch(0.968 0.012 43.3) |
Copy-ready code
/* CSS */
color: #fcf2ee;
background-color: #fcf2ee;
/* Tailwind (arbitrary) */
class="text-[#fcf2ee] bg-[#fcf2ee]"
/* SCSS */
$brand: #fcf2ee;
/* SwiftUI */
Color(red: 0.988, green: 0.949, blue: 0.933)
/* Android */
Color.parseColor("#fcf2ee")Accessibility — WCAG contrast
Aa
#fcf2ee on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf2ee on black: 19.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.9%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow5.6%
Key (black)1.2%
Color previews
#fcf2ee text on a black background
contrast 19.07:1
Card sample
#fcf2ee text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf2ee;
Background color
Panel with #fcf2ee background
background-color: #fcf2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 242, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 242, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf2ee; background: linear-gradient(135deg, #fcf2ee, #FCFBEE);