#f15fba
a light, electric magenta / pink · warm · closest name: orchid
RGB
241, 95, 186
HSL
323°, 84%, 66%
CMYK
0, 61, 23, 6
Luminance
0.3043
Every format
| HEX | #f15fba |
| RGB | rgb(241, 95, 186) |
| HSL | hsl(323, 84%, 66%) |
| CMYK | cmyk(0%, 61%, 23%, 6%) |
| LAB | lab(62.0 65.2 -19.5) |
| LCH | lch(62.0 68.1 343.4) |
| OKLCH | oklch(0.699 0.203 345.2) |
Copy-ready code
/* CSS */
color: #f15fba;
background-color: #f15fba;
/* Tailwind (arbitrary) */
class="text-[#f15fba] bg-[#f15fba]"
/* SCSS */
$brand: #f15fba;
/* SwiftUI */
Color(red: 0.945, green: 0.373, blue: 0.729)
/* Android */
Color.parseColor("#f15fba")Accessibility — WCAG contrast
Aa
#f15fba on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f15fba on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green37.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow22.8%
Key (black)5.5%
Color previews
#f15fba text on a black background
contrast 7.09:1
Card sample
#f15fba text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f15fba;
Background color
Panel with #f15fba background
background-color: #f15fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f15fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 95, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 95, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f15fba; background: linear-gradient(135deg, #f15fba, #F1655F);