#ffdce4
a pale, electric red · warm · closest name: pink
RGB
255, 220, 228
HSL
346°, 100%, 93%
CMYK
0, 14, 11, 0
Luminance
0.7805
Every format
| HEX | #ffdce4 |
| RGB | rgb(255, 220, 228) |
| HSL | hsl(346, 100%, 93%) |
| CMYK | cmyk(0%, 14%, 11%, 0%) |
| LAB | lab(90.8 13.4 0.6) |
| LCH | lch(90.8 13.4 2.4) |
| OKLCH | oklch(0.926 0.040 2.5) |
Copy-ready code
/* CSS */
color: #ffdce4;
background-color: #ffdce4;
/* Tailwind (arbitrary) */
class="text-[#ffdce4] bg-[#ffdce4]"
/* SCSS */
$brand: #ffdce4;
/* SwiftUI */
Color(red: 1.000, green: 0.863, blue: 0.894)
/* Android */
Color.parseColor("#ffdce4")Accessibility — WCAG contrast
Aa
#ffdce4 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdce4 on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green86.3%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow10.6%
Key (black)0.0%
Color previews
#ffdce4 text on a black background
contrast 16.61:1
Card sample
#ffdce4 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdce4;
Background color
Panel with #ffdce4 background
background-color: #ffdce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 220, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 220, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdce4; background: linear-gradient(135deg, #ffdce4, #FFEBDC);