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