#fd89ec
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 137, 236
HSL
309°, 97%, 77%
CMYK
0, 46, 7, 1
Luminance
0.4483
Every format
| HEX | #fd89ec |
| RGB | rgb(253, 137, 236) |
| HSL | hsl(309, 97%, 77%) |
| CMYK | cmyk(0%, 46%, 7%, 1%) |
| LAB | lab(72.8 56.9 -30.8) |
| LCH | lch(72.8 64.7 331.6) |
| OKLCH | oklch(0.788 0.183 332.8) |
Copy-ready code
/* CSS */
color: #fd89ec;
background-color: #fd89ec;
/* Tailwind (arbitrary) */
class="text-[#fd89ec] bg-[#fd89ec]"
/* SCSS */
$brand: #fd89ec;
/* SwiftUI */
Color(red: 0.992, green: 0.537, blue: 0.925)
/* Android */
Color.parseColor("#fd89ec")Accessibility — WCAG contrast
Aa
#fd89ec on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd89ec on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green53.7%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta45.8%
Yellow6.7%
Key (black)0.8%
Color previews
#fd89ec text on a black background
contrast 9.97:1
Card sample
#fd89ec text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd89ec;
Background color
Panel with #fd89ec background
background-color: #fd89ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd89ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 137, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 137, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd89ec; background: linear-gradient(135deg, #fd89ec, #FD899F);