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