#f489cd
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 137, 205
HSL
322°, 83%, 75%
CMYK
0, 44, 16, 4
Luminance
0.4153
Every format
| HEX | #f489cd |
| RGB | rgb(244, 137, 205) |
| HSL | hsl(322, 83%, 75%) |
| CMYK | cmyk(0%, 44%, 16%, 4%) |
| LAB | lab(70.5 49.3 -17.2) |
| LCH | lch(70.5 52.2 340.7) |
| OKLCH | oklch(0.766 0.152 342.6) |
Copy-ready code
/* CSS */
color: #f489cd;
background-color: #f489cd;
/* Tailwind (arbitrary) */
class="text-[#f489cd] bg-[#f489cd]"
/* SCSS */
$brand: #f489cd;
/* SwiftUI */
Color(red: 0.957, green: 0.537, blue: 0.804)
/* Android */
Color.parseColor("#f489cd")Accessibility — WCAG contrast
Aa
#f489cd on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f489cd on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green53.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow16.0%
Key (black)4.3%
Color previews
#f489cd text on a black background
contrast 9.31:1
Card sample
#f489cd text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f489cd;
Background color
Panel with #f489cd background
background-color: #f489cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f489cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 137, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 137, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f489cd; background: linear-gradient(135deg, #f489cd, #F48C89);