#ffdfe9
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 223, 233
HSL
341°, 100%, 94%
CMYK
0, 13, 9, 0
Luminance
0.7992
Every format
| HEX | #ffdfe9 |
| RGB | rgb(255, 223, 233) |
| HSL | hsl(341, 100%, 94%) |
| CMYK | cmyk(0%, 13%, 9%, 0%) |
| LAB | lab(91.7 12.6 -0.8) |
| LCH | lch(91.7 12.7 356.3) |
| OKLCH | oklch(0.933 0.037 357.0) |
Copy-ready code
/* CSS */
color: #ffdfe9;
background-color: #ffdfe9;
/* Tailwind (arbitrary) */
class="text-[#ffdfe9] bg-[#ffdfe9]"
/* SCSS */
$brand: #ffdfe9;
/* SwiftUI */
Color(red: 1.000, green: 0.875, blue: 0.914)
/* Android */
Color.parseColor("#ffdfe9")Accessibility — WCAG contrast
Aa
#ffdfe9 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdfe9 on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.5%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow8.6%
Key (black)0.0%
Color previews
#ffdfe9 text on a black background
contrast 16.98:1
Card sample
#ffdfe9 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdfe9;
Background color
Panel with #ffdfe9 background
background-color: #ffdfe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdfe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 223, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 223, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdfe9; background: linear-gradient(135deg, #ffdfe9, #FFEADF);