#fcf0f5
a pale, vivid magenta / pink · warm · closest name: white
RGB
252, 240, 245
HSL
335°, 67%, 97%
CMYK
0, 5, 3, 1
Luminance
0.8961
Every format
| HEX | #fcf0f5 |
| RGB | rgb(252, 240, 245) |
| HSL | hsl(335, 67%, 97%) |
| CMYK | cmyk(0%, 5%, 3%, 1%) |
| LAB | lab(95.8 4.9 -1.0) |
| LCH | lch(95.8 5.0 348.9) |
| OKLCH | oklch(0.966 0.014 350.1) |
Copy-ready code
/* CSS */
color: #fcf0f5;
background-color: #fcf0f5;
/* Tailwind (arbitrary) */
class="text-[#fcf0f5] bg-[#fcf0f5]"
/* SCSS */
$brand: #fcf0f5;
/* SwiftUI */
Color(red: 0.988, green: 0.941, blue: 0.961)
/* Android */
Color.parseColor("#fcf0f5")Accessibility — WCAG contrast
Aa
#fcf0f5 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf0f5 on black: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.1%
Blue96.1%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow2.8%
Key (black)1.2%
Color previews
#fcf0f5 text on a black background
contrast 18.92:1
Card sample
#fcf0f5 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf0f5;
Background color
Panel with #fcf0f5 background
background-color: #fcf0f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf0f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 240, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 240, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf0f5; background: linear-gradient(135deg, #fcf0f5, #FCF3F0);