#f115d8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 21, 216
HSL
307°, 89%, 51%
CMYK
0, 91, 10, 6
Luminance
0.2419
Every format
| HEX | #f115d8 |
| RGB | rgb(241, 21, 216) |
| HSL | hsl(307, 89%, 51%) |
| CMYK | cmyk(0%, 91%, 10%, 6%) |
| LAB | lab(56.3 89.2 -45.5) |
| LCH | lch(56.3 100.1 333.0) |
| OKLCH | oklch(0.662 0.288 334.3) |
Copy-ready code
/* CSS */
color: #f115d8;
background-color: #f115d8;
/* Tailwind (arbitrary) */
class="text-[#f115d8] bg-[#f115d8]"
/* SCSS */
$brand: #f115d8;
/* SwiftUI */
Color(red: 0.945, green: 0.082, blue: 0.847)
/* Android */
Color.parseColor("#f115d8")Accessibility — WCAG contrast
Aa
#f115d8 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f115d8 on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green8.2%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta91.3%
Yellow10.4%
Key (black)5.5%
Color previews
#f115d8 text on a black background
contrast 5.84:1
Card sample
#f115d8 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f115d8;
Background color
Panel with #f115d8 background
background-color: #f115d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f115d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 21, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 21, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f115d8; background: linear-gradient(135deg, #f115d8, #F11546);