#ffdee9
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 222, 233
HSL
340°, 100%, 94%
CMYK
0, 13, 9, 0
Luminance
0.7939
Every format
| HEX | #ffdee9 |
| RGB | rgb(255, 222, 233) |
| HSL | hsl(340, 100%, 94%) |
| CMYK | cmyk(0%, 13%, 9%, 0%) |
| LAB | lab(91.4 13.2 -1.2) |
| LCH | lch(91.4 13.2 355.0) |
| OKLCH | oklch(0.931 0.039 355.8) |
Copy-ready code
/* CSS */
color: #ffdee9;
background-color: #ffdee9;
/* Tailwind (arbitrary) */
class="text-[#ffdee9] bg-[#ffdee9]"
/* SCSS */
$brand: #ffdee9;
/* SwiftUI */
Color(red: 1.000, green: 0.871, blue: 0.914)
/* Android */
Color.parseColor("#ffdee9")Accessibility — WCAG contrast
Aa
#ffdee9 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdee9 on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.1%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta12.9%
Yellow8.6%
Key (black)0.0%
Color previews
#ffdee9 text on a black background
contrast 16.88:1
Card sample
#ffdee9 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdee9;
Background color
Panel with #ffdee9 background
background-color: #ffdee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 222, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 222, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdee9; background: linear-gradient(135deg, #ffdee9, #FFE9DE);