#fdc6eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
253, 198, 235
HSL
320°, 93%, 88%
CMYK
0, 22, 7, 1
Luminance
0.6727
Every format
| HEX | #fdc6eb |
| RGB | rgb(253, 198, 235) |
| HSL | hsl(320, 93%, 88%) |
| CMYK | cmyk(0%, 22%, 7%, 1%) |
| LAB | lab(85.6 25.4 -10.8) |
| LCH | lch(85.6 27.6 337.0) |
| OKLCH | oklch(0.886 0.078 338.7) |
Copy-ready code
/* CSS */
color: #fdc6eb;
background-color: #fdc6eb;
/* Tailwind (arbitrary) */
class="text-[#fdc6eb] bg-[#fdc6eb]"
/* SCSS */
$brand: #fdc6eb;
/* SwiftUI */
Color(red: 0.992, green: 0.776, blue: 0.922)
/* Android */
Color.parseColor("#fdc6eb")Accessibility — WCAG contrast
Aa
#fdc6eb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc6eb on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green77.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow7.1%
Key (black)0.8%
Color previews
#fdc6eb text on a black background
contrast 14.45:1
Card sample
#fdc6eb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc6eb;
Background color
Panel with #fdc6eb background
background-color: #fdc6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 198, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 198, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc6eb; background: linear-gradient(135deg, #fdc6eb, #FDC6C6);