#fdd7eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 215, 235
HSL
328°, 91%, 92%
CMYK
0, 15, 7, 1
Luminance
0.7548
Every format
| HEX | #fdd7eb |
| RGB | rgb(253, 215, 235) |
| HSL | hsl(328, 91%, 92%) |
| CMYK | cmyk(0%, 15%, 7%, 1%) |
| LAB | lab(89.6 16.4 -4.9) |
| LCH | lch(89.6 17.1 343.5) |
| OKLCH | oklch(0.917 0.049 345.1) |
Copy-ready code
/* CSS */
color: #fdd7eb;
background-color: #fdd7eb;
/* Tailwind (arbitrary) */
class="text-[#fdd7eb] bg-[#fdd7eb]"
/* SCSS */
$brand: #fdd7eb;
/* SwiftUI */
Color(red: 0.992, green: 0.843, blue: 0.922)
/* Android */
Color.parseColor("#fdd7eb")Accessibility — WCAG contrast
Aa
#fdd7eb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdd7eb on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green84.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow7.1%
Key (black)0.8%
Color previews
#fdd7eb text on a black background
contrast 16.10:1
Card sample
#fdd7eb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdd7eb;
Background color
Panel with #fdd7eb background
background-color: #fdd7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdd7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 215, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 215, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdd7eb; background: linear-gradient(135deg, #fdd7eb, #FDDCD7);