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