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