#f159dc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
241, 89, 220
HSL
308°, 84%, 65%
CMYK
0, 63, 9, 6
Luminance
0.3101
Every format
| HEX | #f159dc |
| RGB | rgb(241, 89, 220) |
| HSL | hsl(308, 84%, 65%) |
| CMYK | cmyk(0%, 63%, 9%, 6%) |
| LAB | lab(62.5 72.5 -38.0) |
| LCH | lch(62.5 81.8 332.4) |
| OKLCH | oklch(0.707 0.234 333.6) |
Copy-ready code
/* CSS */
color: #f159dc;
background-color: #f159dc;
/* Tailwind (arbitrary) */
class="text-[#f159dc] bg-[#f159dc]"
/* SCSS */
$brand: #f159dc;
/* SwiftUI */
Color(red: 0.945, green: 0.349, blue: 0.863)
/* Android */
Color.parseColor("#f159dc")Accessibility — WCAG contrast
Aa
#f159dc on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f159dc on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green34.9%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta63.1%
Yellow8.7%
Key (black)5.5%
Color previews
#f159dc text on a black background
contrast 7.20:1
Card sample
#f159dc text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f159dc;
Background color
Panel with #f159dc background
background-color: #f159dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f159dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 89, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 89, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f159dc; background: linear-gradient(135deg, #f159dc, #F15977);