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