#fef1fc
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 241, 252
HSL
309°, 87%, 97%
CMYK
0, 5, 1, 0
Luminance
0.9101
Every format
| HEX | #fef1fc |
| RGB | rgb(254, 241, 252) |
| HSL | hsl(309, 87%, 97%) |
| CMYK | cmyk(0%, 5%, 1%, 0%) |
| LAB | lab(96.4 6.3 -3.7) |
| LCH | lch(96.4 7.3 329.3) |
| OKLCH | oklch(0.971 0.020 330.6) |
Copy-ready code
/* CSS */
color: #fef1fc;
background-color: #fef1fc;
/* Tailwind (arbitrary) */
class="text-[#fef1fc] bg-[#fef1fc]"
/* SCSS */
$brand: #fef1fc;
/* SwiftUI */
Color(red: 0.996, green: 0.945, blue: 0.988)
/* Android */
Color.parseColor("#fef1fc")Accessibility — WCAG contrast
Aa
#fef1fc on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef1fc on black: 19.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green94.5%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow0.8%
Key (black)0.4%
Color previews
#fef1fc text on a black background
contrast 19.20:1
Card sample
#fef1fc text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef1fc;
Background color
Panel with #fef1fc background
background-color: #fef1fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef1fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 241, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 241, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef1fc; background: linear-gradient(135deg, #fef1fc, #FEF1F4);