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