#fff1fe
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 241, 254
HSL
304°, 100%, 97%
CMYK
0, 6, 0, 0
Luminance
0.9133
Every format
| HEX | #fff1fe |
| RGB | rgb(255, 241, 254) |
| HSL | hsl(304, 100%, 97%) |
| CMYK | cmyk(0%, 6%, 0%, 0%) |
| LAB | lab(96.5 6.9 -4.5) |
| LCH | lch(96.5 8.3 326.8) |
| OKLCH | oklch(0.973 0.023 327.9) |
Copy-ready code
/* CSS */
color: #fff1fe;
background-color: #fff1fe;
/* Tailwind (arbitrary) */
class="text-[#fff1fe] bg-[#fff1fe]"
/* SCSS */
$brand: #fff1fe;
/* SwiftUI */
Color(red: 1.000, green: 0.945, blue: 0.996)
/* Android */
Color.parseColor("#fff1fe")Accessibility — WCAG contrast
Aa
#fff1fe on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff1fe on black: 19.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.5%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow0.4%
Key (black)0.0%
Color previews
#fff1fe text on a black background
contrast 19.27:1
Card sample
#fff1fe text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff1fe;
Background color
Panel with #fff1fe background
background-color: #fff1fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff1fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 241, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 241, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff1fe; background: linear-gradient(135deg, #fff1fe, #FFF1F5);