#fef0fa
a pale, electric magenta / pink · warm · closest name: white
RGB
254, 240, 250
HSL
317°, 88%, 97%
CMYK
0, 6, 2, 0
Luminance
0.9029
Every format
| HEX | #fef0fa |
| RGB | rgb(254, 240, 250) |
| HSL | hsl(317, 88%, 97%) |
| CMYK | cmyk(0%, 6%, 2%, 0%) |
| LAB | lab(96.1 6.4 -3.1) |
| LCH | lch(96.1 7.1 334.1) |
| OKLCH | oklch(0.969 0.020 335.7) |
Copy-ready code
/* CSS */
color: #fef0fa;
background-color: #fef0fa;
/* Tailwind (arbitrary) */
class="text-[#fef0fa] bg-[#fef0fa]"
/* SCSS */
$brand: #fef0fa;
/* SwiftUI */
Color(red: 0.996, green: 0.941, blue: 0.980)
/* Android */
Color.parseColor("#fef0fa")Accessibility — WCAG contrast
Aa
#fef0fa on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef0fa on black: 19.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green94.1%
Blue98.0%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow1.6%
Key (black)0.4%
Color previews
#fef0fa text on a black background
contrast 19.06:1
Card sample
#fef0fa text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef0fa;
Background color
Panel with #fef0fa background
background-color: #fef0fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef0fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 240, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 240, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef0fa; background: linear-gradient(135deg, #fef0fa, #FEF0F1);