#ffdce1
a pale, electric red · warm · closest name: pink
RGB
255, 220, 225
HSL
351°, 100%, 93%
CMYK
0, 14, 12, 0
Luminance
0.7788
Every format
| HEX | #ffdce1 |
| RGB | rgb(255, 220, 225) |
| HSL | hsl(351, 100%, 93%) |
| CMYK | cmyk(0%, 14%, 12%, 0%) |
| LAB | lab(90.7 12.9 2.0) |
| LCH | lch(90.7 13.0 9.0) |
| OKLCH | oklch(0.925 0.039 8.1) |
Copy-ready code
/* CSS */
color: #ffdce1;
background-color: #ffdce1;
/* Tailwind (arbitrary) */
class="text-[#ffdce1] bg-[#ffdce1]"
/* SCSS */
$brand: #ffdce1;
/* SwiftUI */
Color(red: 1.000, green: 0.863, blue: 0.882)
/* Android */
Color.parseColor("#ffdce1")Accessibility — WCAG contrast
Aa
#ffdce1 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdce1 on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green86.3%
Blue88.2%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow11.8%
Key (black)0.0%
Color previews
#ffdce1 text on a black background
contrast 16.58:1
Card sample
#ffdce1 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdce1;
Background color
Panel with #ffdce1 background
background-color: #ffdce1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdce1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 220, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 220, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdce1; background: linear-gradient(135deg, #ffdce1, #FFEEDC);