#fdebf8
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 235, 248
HSL
317°, 82%, 96%
CMYK
0, 7, 2, 1
Luminance
0.8708
Every format
| HEX | #fdebf8 |
| RGB | rgb(253, 235, 248) |
| HSL | hsl(317, 82%, 96%) |
| CMYK | cmyk(0%, 7%, 2%, 1%) |
| LAB | lab(94.8 8.3 -4.1) |
| LCH | lch(94.8 9.2 333.9) |
| OKLCH | oklch(0.958 0.026 335.4) |
Copy-ready code
/* CSS */
color: #fdebf8;
background-color: #fdebf8;
/* Tailwind (arbitrary) */
class="text-[#fdebf8] bg-[#fdebf8]"
/* SCSS */
$brand: #fdebf8;
/* SwiftUI */
Color(red: 0.992, green: 0.922, blue: 0.973)
/* Android */
Color.parseColor("#fdebf8")Accessibility — WCAG contrast
Aa
#fdebf8 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdebf8 on black: 18.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.2%
Blue97.3%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow2.0%
Key (black)0.8%
Color previews
#fdebf8 text on a black background
contrast 18.42:1
Card sample
#fdebf8 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdebf8;
Background color
Panel with #fdebf8 background
background-color: #fdebf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdebf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 235, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 235, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdebf8; background: linear-gradient(135deg, #fdebf8, #FDEBEC);