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