#ff1bcf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 27, 207
HSL
313°, 100%, 55%
CMYK
0, 89, 19, 0
Luminance
0.2655
Every format
| HEX | #ff1bcf |
| RGB | rgb(255, 27, 207) |
| HSL | hsl(313, 100%, 55%) |
| CMYK | cmyk(0%, 89%, 19%, 0%) |
| LAB | lab(58.6 89.9 -36.6) |
| LCH | lch(58.6 97.1 337.8) |
| OKLCH | oklch(0.681 0.287 339.7) |
Copy-ready code
/* CSS */
color: #ff1bcf;
background-color: #ff1bcf;
/* Tailwind (arbitrary) */
class="text-[#ff1bcf] bg-[#ff1bcf]"
/* SCSS */
$brand: #ff1bcf;
/* SwiftUI */
Color(red: 1.000, green: 0.106, blue: 0.812)
/* Android */
Color.parseColor("#ff1bcf")Accessibility — WCAG contrast
Aa
#ff1bcf on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff1bcf on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green10.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta89.4%
Yellow18.8%
Key (black)0.0%
Color previews
#ff1bcf text on a black background
contrast 6.31:1
Card sample
#ff1bcf text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff1bcf;
Background color
Panel with #ff1bcf background
background-color: #ff1bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff1bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 27, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 27, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff1bcf; background: linear-gradient(135deg, #ff1bcf, #FF1B37);