#fcf0fe
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 240, 254
HSL
291°, 88%, 97%
CMYK
1, 6, 0, 0
Luminance
0.9017
Every format
| HEX | #fcf0fe |
| RGB | rgb(252, 240, 254) |
| HSL | hsl(291, 88%, 97%) |
| CMYK | cmyk(1%, 6%, 0%, 0%) |
| LAB | lab(96.1 6.5 -5.3) |
| LCH | lch(96.1 8.3 320.7) |
| OKLCH | oklch(0.969 0.022 321.3) |
Copy-ready code
/* CSS */
color: #fcf0fe;
background-color: #fcf0fe;
/* Tailwind (arbitrary) */
class="text-[#fcf0fe] bg-[#fcf0fe]"
/* SCSS */
$brand: #fcf0fe;
/* SwiftUI */
Color(red: 0.988, green: 0.941, blue: 0.996)
/* Android */
Color.parseColor("#fcf0fe")Accessibility — WCAG contrast
Aa
#fcf0fe on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf0fe on black: 19.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.1%
Blue99.6%
CMYK percentages
Cyan0.8%
Magenta5.5%
Yellow0.0%
Key (black)0.4%
Color previews
#fcf0fe text on a black background
contrast 19.03:1
Card sample
#fcf0fe text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf0fe;
Background color
Panel with #fcf0fe background
background-color: #fcf0fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf0fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 240, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 240, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf0fe; background: linear-gradient(135deg, #fcf0fe, #FEF0F7);