#fde6f9
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 230, 249
HSL
310°, 85%, 95%
CMYK
0, 9, 2, 1
Luminance
0.8432
Every format
| HEX | #fde6f9 |
| RGB | rgb(253, 230, 249) |
| HSL | hsl(310, 85%, 95%) |
| CMYK | cmyk(0%, 9%, 2%, 1%) |
| LAB | lab(93.6 11.1 -6.3) |
| LCH | lch(93.6 12.7 330.2) |
| OKLCH | oklch(0.949 0.035 331.6) |
Copy-ready code
/* CSS */
color: #fde6f9;
background-color: #fde6f9;
/* Tailwind (arbitrary) */
class="text-[#fde6f9] bg-[#fde6f9]"
/* SCSS */
$brand: #fde6f9;
/* SwiftUI */
Color(red: 0.992, green: 0.902, blue: 0.976)
/* Android */
Color.parseColor("#fde6f9")Accessibility — WCAG contrast
Aa
#fde6f9 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fde6f9 on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green90.2%
Blue97.6%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow1.6%
Key (black)0.8%
Color previews
#fde6f9 text on a black background
contrast 17.86:1
Card sample
#fde6f9 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fde6f9;
Background color
Panel with #fde6f9 background
background-color: #fde6f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fde6f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 230, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 230, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fde6f9; background: linear-gradient(135deg, #fde6f9, #FDE6EA);