#fef5fa
a pale, electric magenta / pink · warm · closest name: white
RGB
254, 245, 250
HSL
327°, 82%, 98%
CMYK
0, 4, 2, 0
Luminance
0.9328
Every format
| HEX | #fef5fa |
| RGB | rgb(254, 245, 250) |
| HSL | hsl(327, 82%, 98%) |
| CMYK | cmyk(0%, 4%, 2%, 0%) |
| LAB | lab(97.3 3.9 -1.3) |
| LCH | lch(97.3 4.1 341.0) |
| OKLCH | oklch(0.979 0.012 342.6) |
Copy-ready code
/* CSS */
color: #fef5fa;
background-color: #fef5fa;
/* Tailwind (arbitrary) */
class="text-[#fef5fa] bg-[#fef5fa]"
/* SCSS */
$brand: #fef5fa;
/* SwiftUI */
Color(red: 0.996, green: 0.961, blue: 0.980)
/* Android */
Color.parseColor("#fef5fa")Accessibility — WCAG contrast
Aa
#fef5fa on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef5fa on black: 19.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green96.1%
Blue98.0%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow1.6%
Key (black)0.4%
Color previews
#fef5fa text on a black background
contrast 19.66:1
Card sample
#fef5fa text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef5fa;
Background color
Panel with #fef5fa background
background-color: #fef5fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef5fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 245, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 245, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef5fa; background: linear-gradient(135deg, #fef5fa, #FEF6F5);