#fd8ace
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 138, 206
HSL
325°, 97%, 77%
CMYK
0, 46, 19, 1
Luminance
0.4352
Every format
| HEX | #fd8ace |
| RGB | rgb(253, 138, 206) |
| HSL | hsl(325, 97%, 77%) |
| CMYK | cmyk(0%, 46%, 19%, 1%) |
| LAB | lab(71.9 51.8 -15.6) |
| LCH | lch(71.9 54.1 343.2) |
| OKLCH | oklch(0.778 0.159 345.0) |
Copy-ready code
/* CSS */
color: #fd8ace;
background-color: #fd8ace;
/* Tailwind (arbitrary) */
class="text-[#fd8ace] bg-[#fd8ace]"
/* SCSS */
$brand: #fd8ace;
/* SwiftUI */
Color(red: 0.992, green: 0.541, blue: 0.808)
/* Android */
Color.parseColor("#fd8ace")Accessibility — WCAG contrast
Aa
#fd8ace on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8ace on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green54.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow18.6%
Key (black)0.8%
Color previews
#fd8ace text on a black background
contrast 9.70:1
Card sample
#fd8ace text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8ace;
Background color
Panel with #fd8ace background
background-color: #fd8ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 138, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 138, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8ace; background: linear-gradient(135deg, #fd8ace, #FD938A);