#fdedfc
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 237, 252
HSL
304°, 80%, 96%
CMYK
0, 6, 0, 1
Luminance
0.8848
Every format
| HEX | #fdedfc |
| RGB | rgb(253, 237, 252) |
| HSL | hsl(304, 80%, 96%) |
| CMYK | cmyk(0%, 6%, 0%, 1%) |
| LAB | lab(95.4 8.0 -5.3) |
| LCH | lch(95.4 9.6 326.6) |
| OKLCH | oklch(0.963 0.026 327.7) |
Copy-ready code
/* CSS */
color: #fdedfc;
background-color: #fdedfc;
/* Tailwind (arbitrary) */
class="text-[#fdedfc] bg-[#fdedfc]"
/* SCSS */
$brand: #fdedfc;
/* SwiftUI */
Color(red: 0.992, green: 0.929, blue: 0.988)
/* Android */
Color.parseColor("#fdedfc")Accessibility — WCAG contrast
Aa
#fdedfc on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdedfc on black: 18.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.9%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow0.4%
Key (black)0.8%
Color previews
#fdedfc text on a black background
contrast 18.70:1
Card sample
#fdedfc text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdedfc;
Background color
Panel with #fdedfc background
background-color: #fdedfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdedfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 237, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 237, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdedfc; background: linear-gradient(135deg, #fdedfc, #FDEDF1);