#ffdfec
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 223, 236
HSL
336°, 100%, 94%
CMYK
0, 13, 8, 0
Luminance
0.8009
Every format
| HEX | #ffdfec |
| RGB | rgb(255, 223, 236) |
| HSL | hsl(336, 100%, 94%) |
| CMYK | cmyk(0%, 13%, 8%, 0%) |
| LAB | lab(91.7 13.1 -2.3) |
| LCH | lch(91.7 13.3 350.2) |
| OKLCH | oklch(0.934 0.039 351.4) |
Copy-ready code
/* CSS */
color: #ffdfec;
background-color: #ffdfec;
/* Tailwind (arbitrary) */
class="text-[#ffdfec] bg-[#ffdfec]"
/* SCSS */
$brand: #ffdfec;
/* SwiftUI */
Color(red: 1.000, green: 0.875, blue: 0.925)
/* Android */
Color.parseColor("#ffdfec")Accessibility — WCAG contrast
Aa
#ffdfec on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdfec on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.5%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow7.5%
Key (black)0.0%
Color previews
#ffdfec text on a black background
contrast 17.02:1
Card sample
#ffdfec text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdfec;
Background color
Panel with #ffdfec background
background-color: #ffdfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 223, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 223, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdfec; background: linear-gradient(135deg, #ffdfec, #FFE7DF);