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