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