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