#fcf3fe
a pale, electric violet · warm · closest name: white
RGB
252, 243, 254
HSL
289°, 85%, 98%
CMYK
1, 4, 0, 0
Luminance
0.9195
Every format
| HEX | #fcf3fe |
| RGB | rgb(252, 243, 254) |
| HSL | hsl(289, 85%, 98%) |
| CMYK | cmyk(1%, 4%, 0%, 0%) |
| LAB | lab(96.8 4.9 -4.2) |
| LCH | lch(96.8 6.5 319.6) |
| OKLCH | oklch(0.974 0.017 320.1) |
Copy-ready code
/* CSS */
color: #fcf3fe;
background-color: #fcf3fe;
/* Tailwind (arbitrary) */
class="text-[#fcf3fe] bg-[#fcf3fe]"
/* SCSS */
$brand: #fcf3fe;
/* SwiftUI */
Color(red: 0.988, green: 0.953, blue: 0.996)
/* Android */
Color.parseColor("#fcf3fe")Accessibility — WCAG contrast
Aa
#fcf3fe on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf3fe on black: 19.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green95.3%
Blue99.6%
CMYK percentages
Cyan0.8%
Magenta4.3%
Yellow0.0%
Key (black)0.4%
Color previews
#fcf3fe text on a black background
contrast 19.39:1
Card sample
#fcf3fe text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf3fe;
Background color
Panel with #fcf3fe background
background-color: #fcf3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 243, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 243, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf3fe; background: linear-gradient(135deg, #fcf3fe, #FEF3F9);