#fddcf9
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 220, 249
HSL
307°, 89%, 93%
CMYK
0, 13, 2, 1
Luminance
0.7891
Every format
| HEX | #fddcf9 |
| RGB | rgb(253, 220, 249) |
| HSL | hsl(307, 89%, 93%) |
| CMYK | cmyk(0%, 13%, 2%, 1%) |
| LAB | lab(91.2 16.3 -9.9) |
| LCH | lch(91.2 19.0 328.7) |
| OKLCH | oklch(0.930 0.052 329.9) |
Copy-ready code
/* CSS */
color: #fddcf9;
background-color: #fddcf9;
/* Tailwind (arbitrary) */
class="text-[#fddcf9] bg-[#fddcf9]"
/* SCSS */
$brand: #fddcf9;
/* SwiftUI */
Color(red: 0.992, green: 0.863, blue: 0.976)
/* Android */
Color.parseColor("#fddcf9")Accessibility — WCAG contrast
Aa
#fddcf9 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddcf9 on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green86.3%
Blue97.6%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow1.6%
Key (black)0.8%
Color previews
#fddcf9 text on a black background
contrast 16.78:1
Card sample
#fddcf9 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddcf9;
Background color
Panel with #fddcf9 background
background-color: #fddcf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddcf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 220, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 220, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddcf9; background: linear-gradient(135deg, #fddcf9, #FDDCE3);