#fd8aba
a light, electric magenta / pink · warm · closest name: plum
RGB
253, 138, 186
HSL
335°, 97%, 77%
CMYK
0, 46, 27, 1
Luminance
0.4260
Every format
| HEX | #fd8aba |
| RGB | rgb(253, 138, 186) |
| HSL | hsl(335, 97%, 77%) |
| CMYK | cmyk(0%, 46%, 27%, 1%) |
| LAB | lab(71.3 49.0 -5.4) |
| LCH | lch(71.3 49.3 353.7) |
| OKLCH | oklch(0.772 0.148 354.7) |
Copy-ready code
/* CSS */
color: #fd8aba;
background-color: #fd8aba;
/* Tailwind (arbitrary) */
class="text-[#fd8aba] bg-[#fd8aba]"
/* SCSS */
$brand: #fd8aba;
/* SwiftUI */
Color(red: 0.992, green: 0.541, blue: 0.729)
/* Android */
Color.parseColor("#fd8aba")Accessibility — WCAG contrast
Aa
#fd8aba on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8aba on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green54.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow26.5%
Key (black)0.8%
Color previews
#fd8aba text on a black background
contrast 9.52:1
Card sample
#fd8aba text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8aba;
Background color
Panel with #fd8aba background
background-color: #fd8aba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8aba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 138, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 138, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8aba; background: linear-gradient(135deg, #fd8aba, #FDA78A);