#f192df
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 146, 223
HSL
311°, 77%, 76%
CMYK
0, 39, 8, 6
Luminance
0.4459
Every format
| HEX | #f192df |
| RGB | rgb(241, 146, 223) |
| HSL | hsl(311, 77%, 76%) |
| CMYK | cmyk(0%, 39%, 8%, 6%) |
| LAB | lab(72.6 46.6 -24.0) |
| LCH | lch(72.6 52.5 332.7) |
| OKLCH | oklch(0.783 0.148 334.2) |
Copy-ready code
/* CSS */
color: #f192df;
background-color: #f192df;
/* Tailwind (arbitrary) */
class="text-[#f192df] bg-[#f192df]"
/* SCSS */
$brand: #f192df;
/* SwiftUI */
Color(red: 0.945, green: 0.573, blue: 0.875)
/* Android */
Color.parseColor("#f192df")Accessibility — WCAG contrast
Aa
#f192df on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f192df on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green57.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta39.4%
Yellow7.5%
Key (black)5.5%
Color previews
#f192df text on a black background
contrast 9.92:1
Card sample
#f192df text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f192df;
Background color
Panel with #f192df background
background-color: #f192df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f192df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 146, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 146, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f192df; background: linear-gradient(135deg, #f192df, #F192A0);