#f997df
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 151, 223
HSL
316°, 89%, 78%
CMYK
0, 39, 10, 2
Luminance
0.4760
Every format
| HEX | #f997df |
| RGB | rgb(249, 151, 223) |
| HSL | hsl(316, 89%, 78%) |
| CMYK | cmyk(0%, 39%, 10%, 2%) |
| LAB | lab(74.6 46.6 -21.0) |
| LCH | lch(74.6 51.1 335.8) |
| OKLCH | oklch(0.799 0.146 337.4) |
Copy-ready code
/* CSS */
color: #f997df;
background-color: #f997df;
/* Tailwind (arbitrary) */
class="text-[#f997df] bg-[#f997df]"
/* SCSS */
$brand: #f997df;
/* SwiftUI */
Color(red: 0.976, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#f997df")Accessibility — WCAG contrast
Aa
#f997df on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f997df on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green59.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta39.4%
Yellow10.4%
Key (black)2.4%
Color previews
#f997df text on a black background
contrast 10.52:1
Card sample
#f997df text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f997df;
Background color
Panel with #f997df background
background-color: #f997df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f997df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f997df; background: linear-gradient(135deg, #f997df, #F9979E);