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