#fff3fc
a pale, electric magenta / pink · warm · closest name: white
RGB
255, 243, 252
HSL
315°, 100%, 98%
CMYK
0, 5, 1, 0
Luminance
0.9239
Every format
| HEX | #fff3fc |
| RGB | rgb(255, 243, 252) |
| HSL | hsl(315, 100%, 98%) |
| CMYK | cmyk(0%, 5%, 1%, 0%) |
| LAB | lab(97.0 5.6 -2.9) |
| LCH | lch(97.0 6.3 332.6) |
| OKLCH | oklch(0.976 0.017 334.2) |
Copy-ready code
/* CSS */
color: #fff3fc;
background-color: #fff3fc;
/* Tailwind (arbitrary) */
class="text-[#fff3fc] bg-[#fff3fc]"
/* SCSS */
$brand: #fff3fc;
/* SwiftUI */
Color(red: 1.000, green: 0.953, blue: 0.988)
/* Android */
Color.parseColor("#fff3fc")Accessibility — WCAG contrast
Aa
#fff3fc on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff3fc on black: 19.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green95.3%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow1.2%
Key (black)0.0%
Color previews
#fff3fc text on a black background
contrast 19.48:1
Card sample
#fff3fc text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff3fc;
Background color
Panel with #fff3fc background
background-color: #fff3fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff3fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 243, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 243, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff3fc; background: linear-gradient(135deg, #fff3fc, #FFF3F4);