#f192af
a light, electric magenta / pink · warm · closest name: pink
RGB
241, 146, 175
HSL
342°, 77%, 76%
CMYK
0, 39, 27, 6
Luminance
0.4235
Every format
| HEX | #f192af |
| RGB | rgb(241, 146, 175) |
| HSL | hsl(342, 77%, 76%) |
| CMYK | cmyk(0%, 39%, 27%, 6%) |
| LAB | lab(71.1 39.4 0.3) |
| LCH | lch(71.1 39.4 0.4) |
| OKLCH | oklch(0.766 0.119 0.6) |
Copy-ready code
/* CSS */
color: #f192af;
background-color: #f192af;
/* Tailwind (arbitrary) */
class="text-[#f192af] bg-[#f192af]"
/* SCSS */
$brand: #f192af;
/* SwiftUI */
Color(red: 0.945, green: 0.573, blue: 0.686)
/* Android */
Color.parseColor("#f192af")Accessibility — WCAG contrast
Aa
#f192af on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f192af on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green57.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta39.4%
Yellow27.4%
Key (black)5.5%
Color previews
#f192af text on a black background
contrast 9.47:1
Card sample
#f192af text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f192af;
Background color
Panel with #f192af background
background-color: #f192af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f192af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 146, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 146, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f192af; background: linear-gradient(135deg, #f192af, #F1B492);