#ff2cab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 44, 171
HSL
324°, 100%, 59%
CMYK
0, 83, 33, 0
Luminance
0.2600
Every format
| HEX | #ff2cab |
| RGB | rgb(255, 44, 171) |
| HSL | hsl(324, 100%, 59%) |
| CMYK | cmyk(0%, 83%, 33%, 0%) |
| LAB | lab(58.0 83.1 -16.7) |
| LCH | lch(58.0 84.8 348.7) |
| OKLCH | oklch(0.673 0.259 350.3) |
Copy-ready code
/* CSS */
color: #ff2cab;
background-color: #ff2cab;
/* Tailwind (arbitrary) */
class="text-[#ff2cab] bg-[#ff2cab]"
/* SCSS */
$brand: #ff2cab;
/* SwiftUI */
Color(red: 1.000, green: 0.173, blue: 0.671)
/* Android */
Color.parseColor("#ff2cab")Accessibility — WCAG contrast
Aa
#ff2cab on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff2cab on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green17.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta82.7%
Yellow32.9%
Key (black)0.0%
Color previews
#ff2cab text on a black background
contrast 6.20:1
Card sample
#ff2cab text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff2cab;
Background color
Panel with #ff2cab background
background-color: #ff2cab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff2cab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 44, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 44, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff2cab; background: linear-gradient(135deg, #ff2cab, #FF3A2C);