#ffd9eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 217, 235
HSL
332°, 100%, 93%
CMYK
0, 15, 8, 0
Luminance
0.7688
Every format
| HEX | #ffd9eb |
| RGB | rgb(255, 217, 235) |
| HSL | hsl(332, 100%, 93%) |
| CMYK | cmyk(0%, 15%, 8%, 0%) |
| LAB | lab(90.3 16.1 -3.9) |
| LCH | lch(90.3 16.5 346.4) |
| OKLCH | oklch(0.922 0.048 347.9) |
Copy-ready code
/* CSS */
color: #ffd9eb;
background-color: #ffd9eb;
/* Tailwind (arbitrary) */
class="text-[#ffd9eb] bg-[#ffd9eb]"
/* SCSS */
$brand: #ffd9eb;
/* SwiftUI */
Color(red: 1.000, green: 0.851, blue: 0.922)
/* Android */
Color.parseColor("#ffd9eb")Accessibility — WCAG contrast
Aa
#ffd9eb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd9eb on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow7.8%
Key (black)0.0%
Color previews
#ffd9eb text on a black background
contrast 16.38:1
Card sample
#ffd9eb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd9eb;
Background color
Panel with #ffd9eb background
background-color: #ffd9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 217, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 217, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd9eb; background: linear-gradient(135deg, #ffd9eb, #FFE0D9);