#fcf6fc
a pale, vivid magenta / pink · warm · closest name: white
RGB
252, 246, 252
HSL
300°, 50%, 98%
CMYK
0, 2, 0, 1
Luminance
0.9364
Every format
| HEX | #fcf6fc |
| RGB | rgb(252, 246, 252) |
| HSL | hsl(300, 50%, 98%) |
| CMYK | cmyk(0%, 2%, 0%, 1%) |
| LAB | lab(97.5 3.0 -2.2) |
| LCH | lch(97.5 3.7 324.6) |
| OKLCH | oklch(0.980 0.010 325.7) |
Copy-ready code
/* CSS */
color: #fcf6fc;
background-color: #fcf6fc;
/* Tailwind (arbitrary) */
class="text-[#fcf6fc] bg-[#fcf6fc]"
/* SCSS */
$brand: #fcf6fc;
/* SwiftUI */
Color(red: 0.988, green: 0.965, blue: 0.988)
/* Android */
Color.parseColor("#fcf6fc")Accessibility — WCAG contrast
Aa
#fcf6fc on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf6fc on black: 19.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.5%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow0.0%
Key (black)1.2%
Color previews
#fcf6fc text on a black background
contrast 19.73:1
Card sample
#fcf6fc text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf6fc;
Background color
Panel with #fcf6fc background
background-color: #fcf6fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf6fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 246, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 246, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf6fc; background: linear-gradient(135deg, #fcf6fc, #FCF6F8);