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