#ff2cba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 44, 186
HSL
320°, 100%, 59%
CMYK
0, 83, 27, 0
Luminance
0.2661
Every format
| HEX | #ff2cba |
| RGB | rgb(255, 44, 186) |
| HSL | hsl(320, 100%, 59%) |
| CMYK | cmyk(0%, 83%, 27%, 0%) |
| LAB | lab(58.6 84.7 -24.5) |
| LCH | lch(58.6 88.2 343.9) |
| OKLCH | oklch(0.679 0.266 345.8) |
Copy-ready code
/* CSS */
color: #ff2cba;
background-color: #ff2cba;
/* Tailwind (arbitrary) */
class="text-[#ff2cba] bg-[#ff2cba]"
/* SCSS */
$brand: #ff2cba;
/* SwiftUI */
Color(red: 1.000, green: 0.173, blue: 0.729)
/* Android */
Color.parseColor("#ff2cba")Accessibility — WCAG contrast
Aa
#ff2cba on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff2cba on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green17.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta82.7%
Yellow27.1%
Key (black)0.0%
Color previews
#ff2cba text on a black background
contrast 6.32:1
Card sample
#ff2cba text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff2cba;
Background color
Panel with #ff2cba background
background-color: #ff2cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff2cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 44, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 44, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff2cba; background: linear-gradient(135deg, #ff2cba, #FF2C2D);