#f190df
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 144, 223
HSL
311°, 78%, 76%
CMYK
0, 40, 8, 6
Luminance
0.4398
Every format
| HEX | #f190df |
| RGB | rgb(241, 144, 223) |
| HSL | hsl(311, 78%, 76%) |
| CMYK | cmyk(0%, 40%, 8%, 6%) |
| LAB | lab(72.2 47.6 -24.6) |
| LCH | lch(72.2 53.6 332.6) |
| OKLCH | oklch(0.780 0.152 334.1) |
Copy-ready code
/* CSS */
color: #f190df;
background-color: #f190df;
/* Tailwind (arbitrary) */
class="text-[#f190df] bg-[#f190df]"
/* SCSS */
$brand: #f190df;
/* SwiftUI */
Color(red: 0.945, green: 0.565, blue: 0.875)
/* Android */
Color.parseColor("#f190df")Accessibility — WCAG contrast
Aa
#f190df on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f190df on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green56.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow7.5%
Key (black)5.5%
Color previews
#f190df text on a black background
contrast 9.80:1
Card sample
#f190df text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f190df;
Background color
Panel with #f190df background
background-color: #f190df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f190df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 144, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 144, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f190df; background: linear-gradient(135deg, #f190df, #F1909E);