#ff2bcf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 43, 207
HSL
314°, 100%, 58%
CMYK
0, 83, 19, 0
Luminance
0.2749
Every format
| HEX | #ff2bcf |
| RGB | rgb(255, 43, 207) |
| HSL | hsl(314, 100%, 58%) |
| CMYK | cmyk(0%, 83%, 19%, 0%) |
| LAB | lab(59.4 87.3 -35.3) |
| LCH | lch(59.4 94.2 338.0) |
| OKLCH | oklch(0.688 0.278 339.9) |
Copy-ready code
/* CSS */
color: #ff2bcf;
background-color: #ff2bcf;
/* Tailwind (arbitrary) */
class="text-[#ff2bcf] bg-[#ff2bcf]"
/* SCSS */
$brand: #ff2bcf;
/* SwiftUI */
Color(red: 1.000, green: 0.169, blue: 0.812)
/* Android */
Color.parseColor("#ff2bcf")Accessibility — WCAG contrast
Aa
#ff2bcf on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff2bcf on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green16.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta83.1%
Yellow18.8%
Key (black)0.0%
Color previews
#ff2bcf text on a black background
contrast 6.50:1
Card sample
#ff2bcf text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff2bcf;
Background color
Panel with #ff2bcf background
background-color: #ff2bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff2bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 43, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 43, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff2bcf; background: linear-gradient(135deg, #ff2bcf, #FF2B41);