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