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