#ff0abe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 10, 190
HSL
316°, 100%, 52%
CMYK
0, 96, 26, 0
Luminance
0.2519
Every format
| HEX | #ff0abe |
| RGB | rgb(255, 10, 190) |
| HSL | hsl(316, 100%, 52%) |
| CMYK | cmyk(0%, 96%, 26%, 0%) |
| LAB | lab(57.3 89.5 -28.9) |
| LCH | lch(57.3 94.1 342.1) |
| OKLCH | oklch(0.670 0.283 344.1) |
Copy-ready code
/* CSS */
color: #ff0abe;
background-color: #ff0abe;
/* Tailwind (arbitrary) */
class="text-[#ff0abe] bg-[#ff0abe]"
/* SCSS */
$brand: #ff0abe;
/* SwiftUI */
Color(red: 1.000, green: 0.039, blue: 0.745)
/* Android */
Color.parseColor("#ff0abe")Accessibility — WCAG contrast
Aa
#ff0abe on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff0abe on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green3.9%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta96.1%
Yellow25.5%
Key (black)0.0%
Color previews
#ff0abe text on a black background
contrast 6.04:1
Card sample
#ff0abe text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff0abe;
Background color
Panel with #ff0abe background
background-color: #ff0abe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff0abe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 10, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 10, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff0abe; background: linear-gradient(135deg, #ff0abe, #FF0A1B);