#fddef6
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 222, 246
HSL
314°, 89%, 93%
CMYK
0, 12, 3, 1
Luminance
0.7978
Every format
| HEX | #fddef6 |
| RGB | rgb(253, 222, 246) |
| HSL | hsl(314, 89%, 93%) |
| CMYK | cmyk(0%, 12%, 3%, 1%) |
| LAB | lab(91.6 14.7 -7.7) |
| LCH | lch(91.6 16.6 332.2) |
| OKLCH | oklch(0.933 0.046 333.7) |
Copy-ready code
/* CSS */
color: #fddef6;
background-color: #fddef6;
/* Tailwind (arbitrary) */
class="text-[#fddef6] bg-[#fddef6]"
/* SCSS */
$brand: #fddef6;
/* SwiftUI */
Color(red: 0.992, green: 0.871, blue: 0.965)
/* Android */
Color.parseColor("#fddef6")Accessibility — WCAG contrast
Aa
#fddef6 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddef6 on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green87.1%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow2.8%
Key (black)0.8%
Color previews
#fddef6 text on a black background
contrast 16.96:1
Card sample
#fddef6 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddef6;
Background color
Panel with #fddef6 background
background-color: #fddef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 222, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 222, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddef6; background: linear-gradient(135deg, #fddef6, #FDDEE1);