#ff1bfc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 27, 252
HSL
301°, 100%, 55%
CMYK
0, 89, 1, 0
Luminance
0.2907
Every format
| HEX | #ff1bfc |
| RGB | rgb(255, 27, 252) |
| HSL | hsl(301, 100%, 55%) |
| CMYK | cmyk(0%, 89%, 1%, 0%) |
| LAB | lab(60.9 95.8 -58.3) |
| LCH | lch(60.9 112.1 328.7) |
| OKLCH | oklch(0.705 0.314 329.0) |
Copy-ready code
/* CSS */
color: #ff1bfc;
background-color: #ff1bfc;
/* Tailwind (arbitrary) */
class="text-[#ff1bfc] bg-[#ff1bfc]"
/* SCSS */
$brand: #ff1bfc;
/* SwiftUI */
Color(red: 1.000, green: 0.106, blue: 0.988)
/* Android */
Color.parseColor("#ff1bfc")Accessibility — WCAG contrast
Aa
#ff1bfc on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff1bfc on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green10.6%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta89.4%
Yellow1.2%
Key (black)0.0%
Color previews
#ff1bfc text on a black background
contrast 6.81:1
Card sample
#ff1bfc text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff1bfc;
Background color
Panel with #ff1bfc background
background-color: #ff1bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff1bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 27, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 27, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff1bfc; background: linear-gradient(135deg, #ff1bfc, #FF1B64);