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