#ffd8eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 216, 235
HSL
331°, 100%, 92%
CMYK
0, 15, 8, 0
Luminance
0.7637
Every format
| HEX | #ffd8eb |
| RGB | rgb(255, 216, 235) |
| HSL | hsl(331, 100%, 92%) |
| CMYK | cmyk(0%, 15%, 8%, 0%) |
| LAB | lab(90.0 16.6 -4.2) |
| LCH | lch(90.0 17.1 345.7) |
| OKLCH | oklch(0.920 0.050 347.2) |
Copy-ready code
/* CSS */
color: #ffd8eb;
background-color: #ffd8eb;
/* Tailwind (arbitrary) */
class="text-[#ffd8eb] bg-[#ffd8eb]"
/* SCSS */
$brand: #ffd8eb;
/* SwiftUI */
Color(red: 1.000, green: 0.847, blue: 0.922)
/* Android */
Color.parseColor("#ffd8eb")Accessibility — WCAG contrast
Aa
#ffd8eb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd8eb on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green84.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow7.8%
Key (black)0.0%
Color previews
#ffd8eb text on a black background
contrast 16.27:1
Card sample
#ffd8eb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd8eb;
Background color
Panel with #ffd8eb background
background-color: #ffd8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 216, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 216, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd8eb; background: linear-gradient(135deg, #ffd8eb, #FFDFD8);