#fcf5fe
a pale, electric violet · warm · closest name: white
RGB
252, 245, 254
HSL
287°, 82%, 98%
CMYK
1, 4, 0, 0
Luminance
0.9316
Every format
| HEX | #fcf5fe |
| RGB | rgb(252, 245, 254) |
| HSL | hsl(287, 82%, 98%) |
| CMYK | cmyk(1%, 4%, 0%, 0%) |
| LAB | lab(97.3 3.9 -3.5) |
| LCH | lch(97.3 5.2 318.3) |
| OKLCH | oklch(0.978 0.014 318.7) |
Copy-ready code
/* CSS */
color: #fcf5fe;
background-color: #fcf5fe;
/* Tailwind (arbitrary) */
class="text-[#fcf5fe] bg-[#fcf5fe]"
/* SCSS */
$brand: #fcf5fe;
/* SwiftUI */
Color(red: 0.988, green: 0.961, blue: 0.996)
/* Android */
Color.parseColor("#fcf5fe")Accessibility — WCAG contrast
Aa
#fcf5fe on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf5fe on black: 19.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.1%
Blue99.6%
CMYK percentages
Cyan0.8%
Magenta3.5%
Yellow0.0%
Key (black)0.4%
Color previews
#fcf5fe text on a black background
contrast 19.63:1
Card sample
#fcf5fe text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf5fe;
Background color
Panel with #fcf5fe background
background-color: #fcf5fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf5fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 245, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 245, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf5fe; background: linear-gradient(135deg, #fcf5fe, #FEF5FA);