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