#f11eb2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
241, 30, 178
HSL
318°, 88%, 53%
CMYK
0, 88, 26, 6
Luminance
0.2284
Every format
| HEX | #f11eb2 |
| RGB | rgb(241, 30, 178) |
| HSL | hsl(318, 88%, 53%) |
| CMYK | cmyk(0%, 88%, 26%, 6%) |
| LAB | lab(54.9 83.4 -25.8) |
| LCH | lch(54.9 87.3 342.8) |
| OKLCH | oklch(0.646 0.263 344.8) |
Copy-ready code
/* CSS */
color: #f11eb2;
background-color: #f11eb2;
/* Tailwind (arbitrary) */
class="text-[#f11eb2] bg-[#f11eb2]"
/* SCSS */
$brand: #f11eb2;
/* SwiftUI */
Color(red: 0.945, green: 0.118, blue: 0.698)
/* Android */
Color.parseColor("#f11eb2")Accessibility — WCAG contrast
Aa
#f11eb2 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f11eb2 on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green11.8%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta87.6%
Yellow26.1%
Key (black)5.5%
Color previews
#f11eb2 text on a black background
contrast 5.57:1
Card sample
#f11eb2 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f11eb2;
Background color
Panel with #f11eb2 background
background-color: #f11eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f11eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 30, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 30, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f11eb2; background: linear-gradient(135deg, #f11eb2, #F11E25);