#f133eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 51, 235
HSL
302°, 87%, 57%
CMYK
0, 79, 3, 6
Luminance
0.2707
Every format
| HEX | #f133eb |
| RGB | rgb(241, 51, 235) |
| HSL | hsl(302, 87%, 57%) |
| CMYK | cmyk(0%, 79%, 3%, 6%) |
| LAB | lab(59.0 86.7 -51.9) |
| LCH | lch(59.0 101.0 329.1) |
| OKLCH | oklch(0.685 0.284 329.6) |
Copy-ready code
/* CSS */
color: #f133eb;
background-color: #f133eb;
/* Tailwind (arbitrary) */
class="text-[#f133eb] bg-[#f133eb]"
/* SCSS */
$brand: #f133eb;
/* SwiftUI */
Color(red: 0.945, green: 0.200, blue: 0.922)
/* Android */
Color.parseColor("#f133eb")Accessibility — WCAG contrast
Aa
#f133eb on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f133eb on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green20.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta78.8%
Yellow2.5%
Key (black)5.5%
Color previews
#f133eb text on a black background
contrast 6.41:1
Card sample
#f133eb text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f133eb;
Background color
Panel with #f133eb background
background-color: #f133eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f133eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 51, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 51, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f133eb; background: linear-gradient(135deg, #f133eb, #F1336C);