#fcf3fb
a pale, vivid magenta / pink · warm · closest name: white
RGB
252, 243, 251
HSL
307°, 60%, 97%
CMYK
0, 4, 0, 1
Luminance
0.9176
Every format
| HEX | #fcf3fb |
| RGB | rgb(252, 243, 251) |
| HSL | hsl(307, 60%, 97%) |
| CMYK | cmyk(0%, 4%, 0%, 1%) |
| LAB | lab(96.7 4.4 -2.8) |
| LCH | lch(96.7 5.2 327.8) |
| OKLCH | oklch(0.973 0.014 329.1) |
Copy-ready code
/* CSS */
color: #fcf3fb;
background-color: #fcf3fb;
/* Tailwind (arbitrary) */
class="text-[#fcf3fb] bg-[#fcf3fb]"
/* SCSS */
$brand: #fcf3fb;
/* SwiftUI */
Color(red: 0.988, green: 0.953, blue: 0.984)
/* Android */
Color.parseColor("#fcf3fb")Accessibility — WCAG contrast
Aa
#fcf3fb on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf3fb on black: 19.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green95.3%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow0.4%
Key (black)1.2%
Color previews
#fcf3fb text on a black background
contrast 19.35:1
Card sample
#fcf3fb text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf3fb;
Background color
Panel with #fcf3fb background
background-color: #fcf3fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf3fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 243, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 243, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf3fb; background: linear-gradient(135deg, #fcf3fb, #FCF3F5);