#fd9eb8
a light, electric magenta / pink · warm · closest name: pink
RGB
253, 158, 184
HSL
344°, 96%, 81%
CMYK
0, 38, 27, 1
Luminance
0.4880
Every format
| HEX | #fd9eb8 |
| RGB | rgb(253, 158, 184) |
| HSL | hsl(344, 96%, 81%) |
| CMYK | cmyk(0%, 38%, 27%, 1%) |
| LAB | lab(75.3 38.5 1.6) |
| LCH | lch(75.3 38.6 2.4) |
| OKLCH | oklch(0.802 0.117 2.3) |
Copy-ready code
/* CSS */
color: #fd9eb8;
background-color: #fd9eb8;
/* Tailwind (arbitrary) */
class="text-[#fd9eb8] bg-[#fd9eb8]"
/* SCSS */
$brand: #fd9eb8;
/* SwiftUI */
Color(red: 0.992, green: 0.620, blue: 0.722)
/* Android */
Color.parseColor("#fd9eb8")Accessibility — WCAG contrast
Aa
#fd9eb8 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9eb8 on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green62.0%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow27.3%
Key (black)0.8%
Color previews
#fd9eb8 text on a black background
contrast 10.76:1
Card sample
#fd9eb8 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9eb8;
Background color
Panel with #fd9eb8 background
background-color: #fd9eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 158, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 158, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9eb8; background: linear-gradient(135deg, #fd9eb8, #FDC39E);