#fcf6ef
a pale, vivid orange · warm · closest name: white
RGB
252, 246, 239
HSL
32°, 68%, 96%
CMYK
0, 2, 5, 1
Luminance
0.9284
Every format
| HEX | #fcf6ef |
| RGB | rgb(252, 246, 239) |
| HSL | hsl(32, 68%, 96%) |
| CMYK | cmyk(0%, 2%, 5%, 1%) |
| LAB | lab(97.2 0.8 4.1) |
| LCH | lch(97.2 4.2 78.9) |
| OKLCH | oklch(0.976 0.011 71.9) |
Copy-ready code
/* CSS */
color: #fcf6ef;
background-color: #fcf6ef;
/* Tailwind (arbitrary) */
class="text-[#fcf6ef] bg-[#fcf6ef]"
/* SCSS */
$brand: #fcf6ef;
/* SwiftUI */
Color(red: 0.988, green: 0.965, blue: 0.937)
/* Android */
Color.parseColor("#fcf6ef")Accessibility — WCAG contrast
Aa
#fcf6ef on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf6ef on black: 19.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.5%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow5.2%
Key (black)1.2%
Color previews
#fcf6ef text on a black background
contrast 19.57:1
Card sample
#fcf6ef text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf6ef;
Background color
Panel with #fcf6ef background
background-color: #fcf6ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf6ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 246, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 246, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf6ef; background: linear-gradient(135deg, #fcf6ef, #F9FCEF);