#f184df
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 132, 223
HSL
310°, 80%, 73%
CMYK
0, 45, 8, 6
Luminance
0.4053
Every format
| HEX | #f184df |
| RGB | rgb(241, 132, 223) |
| HSL | hsl(310, 80%, 73%) |
| CMYK | cmyk(0%, 45%, 8%, 6%) |
| LAB | lab(69.8 53.7 -28.3) |
| LCH | lch(69.8 60.7 332.2) |
| OKLCH | oklch(0.762 0.172 333.6) |
Copy-ready code
/* CSS */
color: #f184df;
background-color: #f184df;
/* Tailwind (arbitrary) */
class="text-[#f184df] bg-[#f184df]"
/* SCSS */
$brand: #f184df;
/* SwiftUI */
Color(red: 0.945, green: 0.518, blue: 0.875)
/* Android */
Color.parseColor("#f184df")Accessibility — WCAG contrast
Aa
#f184df on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f184df on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green51.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta45.2%
Yellow7.5%
Key (black)5.5%
Color previews
#f184df text on a black background
contrast 9.11:1
Card sample
#f184df text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f184df;
Background color
Panel with #f184df background
background-color: #f184df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f184df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 132, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 132, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f184df; background: linear-gradient(135deg, #f184df, #F18496);