#fddfe9
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 223, 233
HSL
340°, 88%, 93%
CMYK
0, 12, 8, 1
Luminance
0.7954
Every format
| HEX | #fddfe9 |
| RGB | rgb(253, 223, 233) |
| HSL | hsl(340, 88%, 93%) |
| CMYK | cmyk(0%, 12%, 8%, 1%) |
| LAB | lab(91.5 11.9 -1.1) |
| LCH | lch(91.5 12.0 354.8) |
| OKLCH | oklch(0.931 0.035 355.7) |
Copy-ready code
/* CSS */
color: #fddfe9;
background-color: #fddfe9;
/* Tailwind (arbitrary) */
class="text-[#fddfe9] bg-[#fddfe9]"
/* SCSS */
$brand: #fddfe9;
/* SwiftUI */
Color(red: 0.992, green: 0.875, blue: 0.914)
/* Android */
Color.parseColor("#fddfe9")Accessibility — WCAG contrast
Aa
#fddfe9 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddfe9 on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green87.5%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow7.9%
Key (black)0.8%
Color previews
#fddfe9 text on a black background
contrast 16.91:1
Card sample
#fddfe9 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddfe9;
Background color
Panel with #fddfe9 background
background-color: #fddfe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddfe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 223, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 223, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddfe9; background: linear-gradient(135deg, #fddfe9, #FDE9DF);