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