#f115d0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 21, 208
HSL
309°, 89%, 51%
CMYK
0, 91, 14, 6
Luminance
0.2379
Every format
| HEX | #f115d0 |
| RGB | rgb(241, 21, 208) |
| HSL | hsl(309, 89%, 51%) |
| CMYK | cmyk(0%, 91%, 14%, 6%) |
| LAB | lab(55.9 88.1 -41.6) |
| LCH | lch(55.9 97.5 334.7) |
| OKLCH | oklch(0.658 0.284 336.4) |
Copy-ready code
/* CSS */
color: #f115d0;
background-color: #f115d0;
/* Tailwind (arbitrary) */
class="text-[#f115d0] bg-[#f115d0]"
/* SCSS */
$brand: #f115d0;
/* SwiftUI */
Color(red: 0.945, green: 0.082, blue: 0.816)
/* Android */
Color.parseColor("#f115d0")Accessibility — WCAG contrast
Aa
#f115d0 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f115d0 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green8.2%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta91.3%
Yellow13.7%
Key (black)5.5%
Color previews
#f115d0 text on a black background
contrast 5.76:1
Card sample
#f115d0 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f115d0;
Background color
Panel with #f115d0 background
background-color: #f115d0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f115d0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 21, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 21, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f115d0; background: linear-gradient(135deg, #f115d0, #F1153D);