#fd9ece
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 158, 206
HSL
330°, 96%, 81%
CMYK
0, 38, 19, 1
Luminance
0.4979
Every format
| HEX | #fd9ece |
| RGB | rgb(253, 158, 206) |
| HSL | hsl(330, 96%, 81%) |
| CMYK | cmyk(0%, 38%, 19%, 1%) |
| LAB | lab(75.9 41.6 -9.6) |
| LCH | lch(75.9 42.7 347.1) |
| OKLCH | oklch(0.809 0.126 348.6) |
Copy-ready code
/* CSS */
color: #fd9ece;
background-color: #fd9ece;
/* Tailwind (arbitrary) */
class="text-[#fd9ece] bg-[#fd9ece]"
/* SCSS */
$brand: #fd9ece;
/* SwiftUI */
Color(red: 0.992, green: 0.620, blue: 0.808)
/* Android */
Color.parseColor("#fd9ece")Accessibility — WCAG contrast
Aa
#fd9ece on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9ece on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green62.0%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow18.6%
Key (black)0.8%
Color previews
#fd9ece text on a black background
contrast 10.96:1
Card sample
#fd9ece text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9ece;
Background color
Panel with #fd9ece background
background-color: #fd9ece;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9ece;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 158, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 158, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9ece; background: linear-gradient(135deg, #fd9ece, #FDAD9E);