#f151af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
241, 81, 175
HSL
325°, 85%, 63%
CMYK
0, 66, 27, 6
Luminance
0.2768
Every format
| HEX | #f151af |
| RGB | rgb(241, 81, 175) |
| HSL | hsl(325, 85%, 63%) |
| CMYK | cmyk(0%, 66%, 27%, 6%) |
| LAB | lab(59.6 69.4 -16.9) |
| LCH | lch(59.6 71.4 346.3) |
| OKLCH | oklch(0.680 0.215 348.1) |
Copy-ready code
/* CSS */
color: #f151af;
background-color: #f151af;
/* Tailwind (arbitrary) */
class="text-[#f151af] bg-[#f151af]"
/* SCSS */
$brand: #f151af;
/* SwiftUI */
Color(red: 0.945, green: 0.318, blue: 0.686)
/* Android */
Color.parseColor("#f151af")Accessibility — WCAG contrast
Aa
#f151af on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f151af on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green31.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow27.4%
Key (black)5.5%
Color previews
#f151af text on a black background
contrast 6.54:1
Card sample
#f151af text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f151af;
Background color
Panel with #f151af background
background-color: #f151af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f151af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 81, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 81, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f151af; background: linear-gradient(135deg, #f151af, #F15E51);