#fcf7fe
a pale, electric violet · warm · closest name: white
RGB
252, 247, 254
HSL
283°, 78%, 98%
CMYK
1, 3, 0, 0
Luminance
0.9437
Every format
| HEX | #fcf7fe |
| RGB | rgb(252, 247, 254) |
| HSL | hsl(283, 78%, 98%) |
| CMYK | cmyk(1%, 3%, 0%, 0%) |
| LAB | lab(97.8 2.9 -2.8) |
| LCH | lch(97.8 4.0 316.3) |
| OKLCH | oklch(0.982 0.011 316.5) |
Copy-ready code
/* CSS */
color: #fcf7fe;
background-color: #fcf7fe;
/* Tailwind (arbitrary) */
class="text-[#fcf7fe] bg-[#fcf7fe]"
/* SCSS */
$brand: #fcf7fe;
/* SwiftUI */
Color(red: 0.988, green: 0.969, blue: 0.996)
/* Android */
Color.parseColor("#fcf7fe")Accessibility — WCAG contrast
Aa
#fcf7fe on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf7fe on black: 19.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.9%
Blue99.6%
CMYK percentages
Cyan0.8%
Magenta2.8%
Yellow0.0%
Key (black)0.4%
Color previews
#fcf7fe text on a black background
contrast 19.87:1
Card sample
#fcf7fe text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf7fe;
Background color
Panel with #fcf7fe background
background-color: #fcf7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 247, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 247, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf7fe; background: linear-gradient(135deg, #fcf7fe, #FEF7FB);