#fff7fc
a pale, electric magenta / pink · warm · closest name: white
RGB
255, 247, 252
HSL
323°, 100%, 98%
CMYK
0, 3, 1, 0
Luminance
0.9481
Every format
| HEX | #fff7fc |
| RGB | rgb(255, 247, 252) |
| HSL | hsl(323, 100%, 98%) |
| CMYK | cmyk(0%, 3%, 1%, 0%) |
| LAB | lab(98.0 3.5 -1.4) |
| LCH | lch(98.0 3.8 337.8) |
| OKLCH | oklch(0.984 0.011 339.3) |
Copy-ready code
/* CSS */
color: #fff7fc;
background-color: #fff7fc;
/* Tailwind (arbitrary) */
class="text-[#fff7fc] bg-[#fff7fc]"
/* SCSS */
$brand: #fff7fc;
/* SwiftUI */
Color(red: 1.000, green: 0.969, blue: 0.988)
/* Android */
Color.parseColor("#fff7fc")Accessibility — WCAG contrast
Aa
#fff7fc on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff7fc on black: 19.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.9%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow1.2%
Key (black)0.0%
Color previews
#fff7fc text on a black background
contrast 19.96:1
Card sample
#fff7fc text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff7fc;
Background color
Panel with #fff7fc background
background-color: #fff7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 247, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 247, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff7fc; background: linear-gradient(135deg, #fff7fc, #FFF7F7);