#f489df
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 137, 223
HSL
312°, 83%, 75%
CMYK
0, 44, 9, 4
Luminance
0.4245
Every format
| HEX | #f489df |
| RGB | rgb(244, 137, 223) |
| HSL | hsl(312, 83%, 75%) |
| CMYK | cmyk(0%, 44%, 9%, 4%) |
| LAB | lab(71.2 52.1 -26.2) |
| LCH | lch(71.2 58.3 333.3) |
| OKLCH | oklch(0.773 0.166 334.8) |
Copy-ready code
/* CSS */
color: #f489df;
background-color: #f489df;
/* Tailwind (arbitrary) */
class="text-[#f489df] bg-[#f489df]"
/* SCSS */
$brand: #f489df;
/* SwiftUI */
Color(red: 0.957, green: 0.537, blue: 0.875)
/* Android */
Color.parseColor("#f489df")Accessibility — WCAG contrast
Aa
#f489df on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f489df on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green53.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta43.9%
Yellow8.6%
Key (black)4.3%
Color previews
#f489df text on a black background
contrast 9.49:1
Card sample
#f489df text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f489df;
Background color
Panel with #f489df background
background-color: #f489df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f489df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 137, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 137, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f489df; background: linear-gradient(135deg, #f489df, #F48998);