#f160df
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 96, 223
HSL
307°, 84%, 66%
CMYK
0, 60, 8, 6
Luminance
0.3239
Every format
| HEX | #f160df |
| RGB | rgb(241, 96, 223) |
| HSL | hsl(307, 84%, 66%) |
| CMYK | cmyk(0%, 60%, 8%, 6%) |
| LAB | lab(63.7 70.1 -37.9) |
| LCH | lch(63.7 79.7 331.6) |
| OKLCH | oklch(0.716 0.227 332.8) |
Copy-ready code
/* CSS */
color: #f160df;
background-color: #f160df;
/* Tailwind (arbitrary) */
class="text-[#f160df] bg-[#f160df]"
/* SCSS */
$brand: #f160df;
/* SwiftUI */
Color(red: 0.945, green: 0.376, blue: 0.875)
/* Android */
Color.parseColor("#f160df")Accessibility — WCAG contrast
Aa
#f160df on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f160df on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green37.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta60.2%
Yellow7.5%
Key (black)5.5%
Color previews
#f160df text on a black background
contrast 7.48:1
Card sample
#f160df text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f160df;
Background color
Panel with #f160df background
background-color: #f160df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f160df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 96, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 96, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f160df; background: linear-gradient(135deg, #f160df, #F1607F);