#f194df
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 148, 223
HSL
312°, 77%, 76%
CMYK
0, 39, 8, 6
Luminance
0.4521
Every format
| HEX | #f194df |
| RGB | rgb(241, 148, 223) |
| HSL | hsl(312, 77%, 76%) |
| CMYK | cmyk(0%, 39%, 8%, 6%) |
| LAB | lab(73.0 45.6 -23.4) |
| LCH | lch(73.0 51.3 332.8) |
| OKLCH | oklch(0.786 0.145 334.3) |
Copy-ready code
/* CSS */
color: #f194df;
background-color: #f194df;
/* Tailwind (arbitrary) */
class="text-[#f194df] bg-[#f194df]"
/* SCSS */
$brand: #f194df;
/* SwiftUI */
Color(red: 0.945, green: 0.580, blue: 0.875)
/* Android */
Color.parseColor("#f194df")Accessibility — WCAG contrast
Aa
#f194df on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f194df on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green58.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow7.5%
Key (black)5.5%
Color previews
#f194df text on a black background
contrast 10.04:1
Card sample
#f194df text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f194df;
Background color
Panel with #f194df background
background-color: #f194df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f194df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 148, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 148, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f194df; background: linear-gradient(135deg, #f194df, #F194A1);