#ff2ab7
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 42, 183
HSL
320°, 100%, 58%
CMYK
0, 84, 28, 0
Luminance
0.2633
Every format
| HEX | #ff2ab7 |
| RGB | rgb(255, 42, 183) |
| HSL | hsl(320, 100%, 58%) |
| CMYK | cmyk(0%, 84%, 28%, 0%) |
| LAB | lab(58.4 84.8 -23.2) |
| LCH | lch(58.4 87.9 344.7) |
| OKLCH | oklch(0.676 0.266 346.7) |
Copy-ready code
/* CSS */
color: #ff2ab7;
background-color: #ff2ab7;
/* Tailwind (arbitrary) */
class="text-[#ff2ab7] bg-[#ff2ab7]"
/* SCSS */
$brand: #ff2ab7;
/* SwiftUI */
Color(red: 1.000, green: 0.165, blue: 0.718)
/* Android */
Color.parseColor("#ff2ab7")Accessibility — WCAG contrast
Aa
#ff2ab7 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff2ab7 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green16.5%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow28.2%
Key (black)0.0%
Color previews
#ff2ab7 text on a black background
contrast 6.27:1
Card sample
#ff2ab7 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff2ab7;
Background color
Panel with #ff2ab7 background
background-color: #ff2ab7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff2ab7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 42, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 42, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff2ab7; background: linear-gradient(135deg, #ff2ab7, #FF2B2A);