#f183af
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 131, 175
HSL
336°, 80%, 73%
CMYK
0, 46, 27, 6
Luminance
0.3803
Every format
| HEX | #f183af |
| RGB | rgb(241, 131, 175) |
| HSL | hsl(336, 80%, 73%) |
| CMYK | cmyk(0%, 46%, 27%, 6%) |
| LAB | lab(68.0 47.0 -4.2) |
| LCH | lch(68.0 47.2 354.9) |
| OKLCH | oklch(0.743 0.142 355.8) |
Copy-ready code
/* CSS */
color: #f183af;
background-color: #f183af;
/* Tailwind (arbitrary) */
class="text-[#f183af] bg-[#f183af]"
/* SCSS */
$brand: #f183af;
/* SwiftUI */
Color(red: 0.945, green: 0.514, blue: 0.686)
/* Android */
Color.parseColor("#f183af")Accessibility — WCAG contrast
Aa
#f183af on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f183af on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green51.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta45.6%
Yellow27.4%
Key (black)5.5%
Color previews
#f183af text on a black background
contrast 8.61:1
Card sample
#f183af text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f183af;
Background color
Panel with #f183af background
background-color: #f183af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f183af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 131, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 131, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f183af; background: linear-gradient(135deg, #f183af, #F1A083);