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