#fddcef
a pale, electric magenta / pink · warm · closest name: lavender
RGB
253, 220, 239
HSL
326°, 89%, 93%
CMYK
0, 13, 6, 1
Luminance
0.7830
Every format
| HEX | #fddcef |
| RGB | rgb(253, 220, 239) |
| HSL | hsl(326, 89%, 93%) |
| CMYK | cmyk(0%, 13%, 6%, 1%) |
| LAB | lab(90.9 14.5 -5.0) |
| LCH | lch(90.9 15.4 340.8) |
| OKLCH | oklch(0.927 0.044 342.5) |
Copy-ready code
/* CSS */
color: #fddcef;
background-color: #fddcef;
/* Tailwind (arbitrary) */
class="text-[#fddcef] bg-[#fddcef]"
/* SCSS */
$brand: #fddcef;
/* SwiftUI */
Color(red: 0.992, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#fddcef")Accessibility — WCAG contrast
Aa
#fddcef on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddcef on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green86.3%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow5.5%
Key (black)0.8%
Color previews
#fddcef text on a black background
contrast 16.66:1
Card sample
#fddcef text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddcef;
Background color
Panel with #fddcef background
background-color: #fddcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddcef; background: linear-gradient(135deg, #fddcef, #FDDFDC);