#ff2abe
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 42, 190
HSL
318°, 100%, 58%
CMYK
0, 84, 26, 0
Luminance
0.2663
Every format
| HEX | #ff2abe |
| RGB | rgb(255, 42, 190) |
| HSL | hsl(318, 100%, 58%) |
| CMYK | cmyk(0%, 84%, 26%, 0%) |
| LAB | lab(58.6 85.5 -26.8) |
| LCH | lch(58.6 89.6 342.6) |
| OKLCH | oklch(0.679 0.270 344.6) |
Copy-ready code
/* CSS */
color: #ff2abe;
background-color: #ff2abe;
/* Tailwind (arbitrary) */
class="text-[#ff2abe] bg-[#ff2abe]"
/* SCSS */
$brand: #ff2abe;
/* SwiftUI */
Color(red: 1.000, green: 0.165, blue: 0.745)
/* Android */
Color.parseColor("#ff2abe")Accessibility — WCAG contrast
Aa
#ff2abe on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff2abe on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green16.5%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow25.5%
Key (black)0.0%
Color previews
#ff2abe text on a black background
contrast 6.33:1
Card sample
#ff2abe text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff2abe;
Background color
Panel with #ff2abe background
background-color: #ff2abe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff2abe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 42, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 42, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff2abe; background: linear-gradient(135deg, #ff2abe, #FF2A30);