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