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