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