#fffcf7
a pale, electric orange · warm · closest name: white
RGB
255, 252, 247
HSL
38°, 100%, 98%
CMYK
0, 1, 3, 0
Luminance
0.9760
Every format
| HEX | #fffcf7 |
| RGB | rgb(255, 252, 247) |
| HSL | hsl(38, 100%, 98%) |
| CMYK | cmyk(0%, 1%, 3%, 0%) |
| LAB | lab(99.1 0.1 2.7) |
| LCH | lch(99.1 2.7 87.3) |
| OKLCH | oklch(0.992 0.007 80.7) |
Copy-ready code
/* CSS */
color: #fffcf7;
background-color: #fffcf7;
/* Tailwind (arbitrary) */
class="text-[#fffcf7] bg-[#fffcf7]"
/* SCSS */
$brand: #fffcf7;
/* SwiftUI */
Color(red: 1.000, green: 0.988, blue: 0.969)
/* Android */
Color.parseColor("#fffcf7")Accessibility — WCAG contrast
Aa
#fffcf7 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffcf7 on black: 20.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.8%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow3.1%
Key (black)0.0%
Color previews
#fffcf7 text on a black background
contrast 20.52:1
Card sample
#fffcf7 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffcf7;
Background color
Panel with #fffcf7 background
background-color: #fffcf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffcf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 252, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 252, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffcf7; background: linear-gradient(135deg, #fffcf7, #FDFFF7);