#fef8fe
a pale, electric magenta / pink · warm · closest name: white
RGB
254, 248, 254
HSL
300°, 75%, 98%
CMYK
0, 2, 0, 0
Luminance
0.9536
Every format
| HEX | #fef8fe |
| RGB | rgb(254, 248, 254) |
| HSL | hsl(300, 75%, 98%) |
| CMYK | cmyk(0%, 2%, 0%, 0%) |
| LAB | lab(98.2 3.0 -2.2) |
| LCH | lch(98.2 3.7 324.6) |
| OKLCH | oklch(0.985 0.010 325.7) |
Copy-ready code
/* CSS */
color: #fef8fe;
background-color: #fef8fe;
/* Tailwind (arbitrary) */
class="text-[#fef8fe] bg-[#fef8fe]"
/* SCSS */
$brand: #fef8fe;
/* SwiftUI */
Color(red: 0.996, green: 0.973, blue: 0.996)
/* Android */
Color.parseColor("#fef8fe")Accessibility — WCAG contrast
Aa
#fef8fe on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef8fe on black: 20.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green97.3%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow0.0%
Key (black)0.4%
Color previews
#fef8fe text on a black background
contrast 20.07:1
Card sample
#fef8fe text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef8fe;
Background color
Panel with #fef8fe background
background-color: #fef8fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef8fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 248, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 248, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef8fe; background: linear-gradient(135deg, #fef8fe, #FEF8FA);