#f159be
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
241, 89, 190
HSL
320°, 84%, 65%
CMYK
0, 63, 21, 6
Luminance
0.2956
Every format
| HEX | #f159be |
| RGB | rgb(241, 89, 190) |
| HSL | hsl(320, 84%, 65%) |
| CMYK | cmyk(0%, 63%, 21%, 6%) |
| LAB | lab(61.3 68.2 -22.9) |
| LCH | lch(61.3 72.0 341.4) |
| OKLCH | oklch(0.694 0.213 343.4) |
Copy-ready code
/* CSS */
color: #f159be;
background-color: #f159be;
/* Tailwind (arbitrary) */
class="text-[#f159be] bg-[#f159be]"
/* SCSS */
$brand: #f159be;
/* SwiftUI */
Color(red: 0.945, green: 0.349, blue: 0.745)
/* Android */
Color.parseColor("#f159be")Accessibility — WCAG contrast
Aa
#f159be on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f159be on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green34.9%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta63.1%
Yellow21.2%
Key (black)5.5%
Color previews
#f159be text on a black background
contrast 6.91:1
Card sample
#f159be text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f159be;
Background color
Panel with #f159be background
background-color: #f159be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f159be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 89, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 89, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f159be; background: linear-gradient(135deg, #f159be, #F15959);