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