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