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