#f991df
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 145, 223
HSL
315°, 90%, 77%
CMYK
0, 42, 10, 2
Luminance
0.4572
Every format
| HEX | #f991df |
| RGB | rgb(249, 145, 223) |
| HSL | hsl(315, 90%, 77%) |
| CMYK | cmyk(0%, 42%, 10%, 2%) |
| LAB | lab(73.4 49.6 -22.8) |
| LCH | lch(73.4 54.6 335.3) |
| OKLCH | oklch(0.790 0.156 337.0) |
Copy-ready code
/* CSS */
color: #f991df;
background-color: #f991df;
/* Tailwind (arbitrary) */
class="text-[#f991df] bg-[#f991df]"
/* SCSS */
$brand: #f991df;
/* SwiftUI */
Color(red: 0.976, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#f991df")Accessibility — WCAG contrast
Aa
#f991df on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f991df on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green56.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta41.8%
Yellow10.4%
Key (black)2.4%
Color previews
#f991df text on a black background
contrast 10.14:1
Card sample
#f991df text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f991df;
Background color
Panel with #f991df background
background-color: #f991df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f991df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f991df; background: linear-gradient(135deg, #f991df, #F9919A);