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