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