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