#f159af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
241, 89, 175
HSL
326°, 84%, 65%
CMYK
0, 63, 27, 6
Luminance
0.2894
Every format
| HEX | #f159af |
| RGB | rgb(241, 89, 175) |
| HSL | hsl(326, 84%, 65%) |
| CMYK | cmyk(0%, 63%, 27%, 6%) |
| LAB | lab(60.7 66.3 -15.2) |
| LCH | lch(60.7 68.0 347.1) |
| OKLCH | oklch(0.688 0.205 348.8) |
Copy-ready code
/* CSS */
color: #f159af;
background-color: #f159af;
/* Tailwind (arbitrary) */
class="text-[#f159af] bg-[#f159af]"
/* SCSS */
$brand: #f159af;
/* SwiftUI */
Color(red: 0.945, green: 0.349, blue: 0.686)
/* Android */
Color.parseColor("#f159af")Accessibility — WCAG contrast
Aa
#f159af on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f159af on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green34.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta63.1%
Yellow27.4%
Key (black)5.5%
Color previews
#f159af text on a black background
contrast 6.79:1
Card sample
#f159af text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f159af;
Background color
Panel with #f159af background
background-color: #f159af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f159af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 89, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 89, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f159af; background: linear-gradient(135deg, #f159af, #F16859);