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