#fcf2fb
a pale, vivid magenta / pink · warm · closest name: white
RGB
252, 242, 251
HSL
306°, 63%, 97%
CMYK
0, 4, 0, 1
Luminance
0.9116
Every format
| HEX | #fcf2fb |
| RGB | rgb(252, 242, 251) |
| HSL | hsl(306, 63%, 97%) |
| CMYK | cmyk(0%, 4%, 0%, 1%) |
| LAB | lab(96.5 4.9 -3.1) |
| LCH | lch(96.5 5.8 327.5) |
| OKLCH | oklch(0.972 0.016 328.8) |
Copy-ready code
/* CSS */
color: #fcf2fb;
background-color: #fcf2fb;
/* Tailwind (arbitrary) */
class="text-[#fcf2fb] bg-[#fcf2fb]"
/* SCSS */
$brand: #fcf2fb;
/* SwiftUI */
Color(red: 0.988, green: 0.949, blue: 0.984)
/* Android */
Color.parseColor("#fcf2fb")Accessibility — WCAG contrast
Aa
#fcf2fb on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf2fb on black: 19.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.9%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow0.4%
Key (black)1.2%
Color previews
#fcf2fb text on a black background
contrast 19.23:1
Card sample
#fcf2fb text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf2fb;
Background color
Panel with #fcf2fb background
background-color: #fcf2fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf2fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 242, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 242, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf2fb; background: linear-gradient(135deg, #fcf2fb, #FCF2F4);