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