#f15cb4
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 92, 180
HSL
325°, 84%, 65%
CMYK
0, 62, 25, 6
Luminance
0.2965
Every format
| HEX | #f15cb4 |
| RGB | rgb(241, 92, 180) |
| HSL | hsl(325, 84%, 65%) |
| CMYK | cmyk(0%, 62%, 25%, 6%) |
| LAB | lab(61.4 65.7 -17.1) |
| LCH | lch(61.4 67.9 345.4) |
| OKLCH | oklch(0.694 0.204 347.2) |
Copy-ready code
/* CSS */
color: #f15cb4;
background-color: #f15cb4;
/* Tailwind (arbitrary) */
class="text-[#f15cb4] bg-[#f15cb4]"
/* SCSS */
$brand: #f15cb4;
/* SwiftUI */
Color(red: 0.945, green: 0.361, blue: 0.706)
/* Android */
Color.parseColor("#f15cb4")Accessibility — WCAG contrast
Aa
#f15cb4 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f15cb4 on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green36.1%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow25.3%
Key (black)5.5%
Color previews
#f15cb4 text on a black background
contrast 6.93:1
Card sample
#f15cb4 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f15cb4;
Background color
Panel with #f15cb4 background
background-color: #f15cb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f15cb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 92, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 92, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f15cb4; background: linear-gradient(135deg, #f15cb4, #F1675C);