#ffddf1
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 221, 241
HSL
325°, 100%, 93%
CMYK
0, 13, 6, 0
Luminance
0.7932
Every format
| HEX | #ffddf1 |
| RGB | rgb(255, 221, 241) |
| HSL | hsl(325, 100%, 93%) |
| CMYK | cmyk(0%, 13%, 6%, 0%) |
| LAB | lab(91.4 15.0 -5.4) |
| LCH | lch(91.4 15.9 340.2) |
| OKLCH | oklch(0.931 0.045 341.9) |
Copy-ready code
/* CSS */
color: #ffddf1;
background-color: #ffddf1;
/* Tailwind (arbitrary) */
class="text-[#ffddf1] bg-[#ffddf1]"
/* SCSS */
$brand: #ffddf1;
/* SwiftUI */
Color(red: 1.000, green: 0.867, blue: 0.945)
/* Android */
Color.parseColor("#ffddf1")Accessibility — WCAG contrast
Aa
#ffddf1 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffddf1 on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green86.7%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow5.5%
Key (black)0.0%
Color previews
#ffddf1 text on a black background
contrast 16.86:1
Card sample
#ffddf1 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffddf1;
Background color
Panel with #ffddf1 background
background-color: #ffddf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffddf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 221, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 221, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffddf1; background: linear-gradient(135deg, #ffddf1, #FFE0DD);