#f010eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 16, 235
HSL
301°, 88%, 50%
CMYK
0, 93, 2, 6
Luminance
0.2489
Every format
| HEX | #f010eb |
| RGB | rgb(240, 16, 235) |
| HSL | hsl(301, 88%, 50%) |
| CMYK | cmyk(0%, 93%, 2%, 6%) |
| LAB | lab(57.0 92.0 -55.2) |
| LCH | lch(57.0 107.3 329.1) |
| OKLCH | oklch(0.670 0.301 329.5) |
Copy-ready code
/* CSS */
color: #f010eb;
background-color: #f010eb;
/* Tailwind (arbitrary) */
class="text-[#f010eb] bg-[#f010eb]"
/* SCSS */
$brand: #f010eb;
/* SwiftUI */
Color(red: 0.941, green: 0.063, blue: 0.922)
/* Android */
Color.parseColor("#f010eb")Accessibility — WCAG contrast
Aa
#f010eb on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f010eb on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green6.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow2.1%
Key (black)5.9%
Color previews
#f010eb text on a black background
contrast 5.98:1
Card sample
#f010eb text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f010eb;
Background color
Panel with #f010eb background
background-color: #f010eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f010eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 16, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 16, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f010eb; background: linear-gradient(135deg, #f010eb, #F01056);