#f151da
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
241, 81, 218
HSL
309°, 85%, 63%
CMYK
0, 66, 10, 6
Luminance
0.2965
Every format
| HEX | #f151da |
| RGB | rgb(241, 81, 218) |
| HSL | hsl(309, 85%, 63%) |
| CMYK | cmyk(0%, 66%, 10%, 6%) |
| LAB | lab(61.4 75.2 -38.7) |
| LCH | lch(61.4 84.6 332.8) |
| OKLCH | oklch(0.699 0.242 334.1) |
Copy-ready code
/* CSS */
color: #f151da;
background-color: #f151da;
/* Tailwind (arbitrary) */
class="text-[#f151da] bg-[#f151da]"
/* SCSS */
$brand: #f151da;
/* SwiftUI */
Color(red: 0.945, green: 0.318, blue: 0.855)
/* Android */
Color.parseColor("#f151da")Accessibility — WCAG contrast
Aa
#f151da on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f151da on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green31.8%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow9.5%
Key (black)5.5%
Color previews
#f151da text on a black background
contrast 6.93:1
Card sample
#f151da text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f151da;
Background color
Panel with #f151da background
background-color: #f151da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f151da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 81, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 81, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f151da; background: linear-gradient(135deg, #f151da, #F1516F);