#ffdcee
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 220, 238
HSL
329°, 100%, 93%
CMYK
0, 14, 7, 0
Luminance
0.7862
Every format
| HEX | #ffdcee |
| RGB | rgb(255, 220, 238) |
| HSL | hsl(329, 100%, 93%) |
| CMYK | cmyk(0%, 14%, 7%, 0%) |
| LAB | lab(91.1 15.0 -4.3) |
| LCH | lch(91.1 15.6 344.1) |
| OKLCH | oklch(0.929 0.045 345.6) |
Copy-ready code
/* CSS */
color: #ffdcee;
background-color: #ffdcee;
/* Tailwind (arbitrary) */
class="text-[#ffdcee] bg-[#ffdcee]"
/* SCSS */
$brand: #ffdcee;
/* SwiftUI */
Color(red: 1.000, green: 0.863, blue: 0.933)
/* Android */
Color.parseColor("#ffdcee")Accessibility — WCAG contrast
Aa
#ffdcee on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdcee on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green86.3%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow6.7%
Key (black)0.0%
Color previews
#ffdcee text on a black background
contrast 16.72:1
Card sample
#ffdcee text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdcee;
Background color
Panel with #ffdcee background
background-color: #ffdcee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdcee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 220, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 220, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdcee; background: linear-gradient(135deg, #ffdcee, #FFE1DC);