#f15596
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
241, 85, 150
HSL
335°, 85%, 64%
CMYK
0, 65, 38, 6
Luminance
0.2740
Every format
| HEX | #f15596 |
| RGB | rgb(241, 85, 150) |
| HSL | hsl(335, 85%, 64%) |
| CMYK | cmyk(0%, 65%, 38%, 6%) |
| LAB | lab(59.4 65.0 -2.7) |
| LCH | lch(59.4 65.1 357.6) |
| OKLCH | oklch(0.676 0.199 358.2) |
Copy-ready code
/* CSS */
color: #f15596;
background-color: #f15596;
/* Tailwind (arbitrary) */
class="text-[#f15596] bg-[#f15596]"
/* SCSS */
$brand: #f15596;
/* SwiftUI */
Color(red: 0.945, green: 0.333, blue: 0.588)
/* Android */
Color.parseColor("#f15596")Accessibility — WCAG contrast
Aa
#f15596 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f15596 on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green33.3%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta64.7%
Yellow37.8%
Key (black)5.5%
Color previews
#f15596 text on a black background
contrast 6.48:1
Card sample
#f15596 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f15596;
Background color
Panel with #f15596 background
background-color: #f15596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f15596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 85, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 85, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f15596; background: linear-gradient(135deg, #f15596, #F17C55);