#fde7fa
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 231, 250
HSL
308°, 85%, 95%
CMYK
0, 9, 1, 1
Luminance
0.8494
Every format
| HEX | #fde7fa |
| RGB | rgb(253, 231, 250) |
| HSL | hsl(308, 85%, 95%) |
| CMYK | cmyk(0%, 9%, 1%, 1%) |
| LAB | lab(93.9 10.7 -6.5) |
| LCH | lch(93.9 12.5 328.9) |
| OKLCH | oklch(0.951 0.034 330.2) |
Copy-ready code
/* CSS */
color: #fde7fa;
background-color: #fde7fa;
/* Tailwind (arbitrary) */
class="text-[#fde7fa] bg-[#fde7fa]"
/* SCSS */
$brand: #fde7fa;
/* SwiftUI */
Color(red: 0.992, green: 0.906, blue: 0.980)
/* Android */
Color.parseColor("#fde7fa")Accessibility — WCAG contrast
Aa
#fde7fa on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fde7fa on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green90.6%
Blue98.0%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow1.2%
Key (black)0.8%
Color previews
#fde7fa text on a black background
contrast 17.99:1
Card sample
#fde7fa text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fde7fa;
Background color
Panel with #fde7fa background
background-color: #fde7fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fde7fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 231, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 231, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fde7fa; background: linear-gradient(135deg, #fde7fa, #FDE7EB);