#f989df
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 137, 223
HSL
314°, 90%, 76%
CMYK
0, 45, 10, 2
Luminance
0.4336
Every format
| HEX | #f989df |
| RGB | rgb(249, 137, 223) |
| HSL | hsl(314, 90%, 76%) |
| CMYK | cmyk(0%, 45%, 10%, 2%) |
| LAB | lab(71.8 53.6 -25.2) |
| LCH | lch(71.8 59.3 334.8) |
| OKLCH | oklch(0.778 0.170 336.4) |
Copy-ready code
/* CSS */
color: #f989df;
background-color: #f989df;
/* Tailwind (arbitrary) */
class="text-[#f989df] bg-[#f989df]"
/* SCSS */
$brand: #f989df;
/* SwiftUI */
Color(red: 0.976, green: 0.537, blue: 0.875)
/* Android */
Color.parseColor("#f989df")Accessibility — WCAG contrast
Aa
#f989df on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f989df on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green53.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta45.0%
Yellow10.4%
Key (black)2.4%
Color previews
#f989df text on a black background
contrast 9.67:1
Card sample
#f989df text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f989df;
Background color
Panel with #f989df background
background-color: #f989df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f989df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 137, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 137, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f989df; background: linear-gradient(135deg, #f989df, #F98994);