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