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