#f192d0
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 146, 208
HSL
321°, 77%, 76%
CMYK
0, 39, 14, 6
Luminance
0.4381
Every format
| HEX | #f192d0 |
| RGB | rgb(241, 146, 208) |
| HSL | hsl(321, 77%, 76%) |
| CMYK | cmyk(0%, 39%, 14%, 6%) |
| LAB | lab(72.1 44.2 -16.6) |
| LCH | lch(72.1 47.2 339.5) |
| OKLCH | oklch(0.777 0.137 341.2) |
Copy-ready code
/* CSS */
color: #f192d0;
background-color: #f192d0;
/* Tailwind (arbitrary) */
class="text-[#f192d0] bg-[#f192d0]"
/* SCSS */
$brand: #f192d0;
/* SwiftUI */
Color(red: 0.945, green: 0.573, blue: 0.816)
/* Android */
Color.parseColor("#f192d0")Accessibility — WCAG contrast
Aa
#f192d0 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f192d0 on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green57.3%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta39.4%
Yellow13.7%
Key (black)5.5%
Color previews
#f192d0 text on a black background
contrast 9.76:1
Card sample
#f192d0 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f192d0;
Background color
Panel with #f192d0 background
background-color: #f192d0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f192d0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 146, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 146, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f192d0; background: linear-gradient(135deg, #f192d0, #F19392);