#fcf7f3
a pale, vivid orange · warm · closest name: white
RGB
252, 247, 243
HSL
27°, 60%, 97%
CMYK
0, 2, 4, 1
Luminance
0.9369
Every format
| HEX | #fcf7f3 |
| RGB | rgb(252, 247, 243) |
| HSL | hsl(27, 60%, 97%) |
| CMYK | cmyk(0%, 2%, 4%, 1%) |
| LAB | lab(97.5 1.0 2.5) |
| LCH | lch(97.5 2.7 68.9) |
| OKLCH | oklch(0.979 0.008 61.5) |
Copy-ready code
/* CSS */
color: #fcf7f3;
background-color: #fcf7f3;
/* Tailwind (arbitrary) */
class="text-[#fcf7f3] bg-[#fcf7f3]"
/* SCSS */
$brand: #fcf7f3;
/* SwiftUI */
Color(red: 0.988, green: 0.969, blue: 0.953)
/* Android */
Color.parseColor("#fcf7f3")Accessibility — WCAG contrast
Aa
#fcf7f3 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf7f3 on black: 19.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.9%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow3.6%
Key (black)1.2%
Color previews
#fcf7f3 text on a black background
contrast 19.74:1
Card sample
#fcf7f3 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf7f3;
Background color
Panel with #fcf7f3 background
background-color: #fcf7f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf7f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 247, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 247, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf7f3; background: linear-gradient(135deg, #fcf7f3, #FBFCF3);