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