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