#f185c4
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 133, 196
HSL
325°, 79%, 73%
CMYK
0, 45, 19, 6
Luminance
0.3946
Every format
| HEX | #f185c4 |
| RGB | rgb(241, 133, 196) |
| HSL | hsl(325, 79%, 73%) |
| CMYK | cmyk(0%, 45%, 19%, 6%) |
| LAB | lab(69.1 49.0 -14.4) |
| LCH | lch(69.1 51.0 343.6) |
| OKLCH | oklch(0.753 0.150 345.3) |
Copy-ready code
/* CSS */
color: #f185c4;
background-color: #f185c4;
/* Tailwind (arbitrary) */
class="text-[#f185c4] bg-[#f185c4]"
/* SCSS */
$brand: #f185c4;
/* SwiftUI */
Color(red: 0.945, green: 0.522, blue: 0.769)
/* Android */
Color.parseColor("#f185c4")Accessibility — WCAG contrast
Aa
#f185c4 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f185c4 on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green52.2%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta44.8%
Yellow18.7%
Key (black)5.5%
Color previews
#f185c4 text on a black background
contrast 8.89:1
Card sample
#f185c4 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f185c4;
Background color
Panel with #f185c4 background
background-color: #f185c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f185c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 133, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 133, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f185c4; background: linear-gradient(135deg, #f185c4, #F18E85);