#fde8f2
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 232, 242
HSL
331°, 84%, 95%
CMYK
0, 8, 4, 1
Luminance
0.8501
Every format
| HEX | #fde8f2 |
| RGB | rgb(253, 232, 242) |
| HSL | hsl(331, 84%, 95%) |
| CMYK | cmyk(0%, 8%, 4%, 1%) |
| LAB | lab(93.9 8.8 -2.3) |
| LCH | lch(93.9 9.1 345.7) |
| OKLCH | oklch(0.951 0.026 347.1) |
Copy-ready code
/* CSS */
color: #fde8f2;
background-color: #fde8f2;
/* Tailwind (arbitrary) */
class="text-[#fde8f2] bg-[#fde8f2]"
/* SCSS */
$brand: #fde8f2;
/* SwiftUI */
Color(red: 0.992, green: 0.910, blue: 0.949)
/* Android */
Color.parseColor("#fde8f2")Accessibility — WCAG contrast
Aa
#fde8f2 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fde8f2 on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green91.0%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow4.3%
Key (black)0.8%
Color previews
#fde8f2 text on a black background
contrast 18.00:1
Card sample
#fde8f2 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fde8f2;
Background color
Panel with #fde8f2 background
background-color: #fde8f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fde8f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 232, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 232, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fde8f2; background: linear-gradient(135deg, #fde8f2, #FDECE8);