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