#ff1bf2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 27, 242
HSL
303°, 100%, 55%
CMYK
0, 89, 5, 0
Luminance
0.2845
Every format
| HEX | #ff1bf2 |
| RGB | rgb(255, 27, 242) |
| HSL | hsl(303, 100%, 55%) |
| CMYK | cmyk(0%, 89%, 5%, 0%) |
| LAB | lab(60.3 94.4 -53.6) |
| LCH | lch(60.3 108.6 330.4) |
| OKLCH | oklch(0.699 0.308 331.2) |
Copy-ready code
/* CSS */
color: #ff1bf2;
background-color: #ff1bf2;
/* Tailwind (arbitrary) */
class="text-[#ff1bf2] bg-[#ff1bf2]"
/* SCSS */
$brand: #ff1bf2;
/* SwiftUI */
Color(red: 1.000, green: 0.106, blue: 0.949)
/* Android */
Color.parseColor("#ff1bf2")Accessibility — WCAG contrast
Aa
#ff1bf2 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff1bf2 on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green10.6%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta89.4%
Yellow5.1%
Key (black)0.0%
Color previews
#ff1bf2 text on a black background
contrast 6.69:1
Card sample
#ff1bf2 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff1bf2;
Background color
Panel with #ff1bf2 background
background-color: #ff1bf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff1bf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 27, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 27, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff1bf2; background: linear-gradient(135deg, #ff1bf2, #FF1B5A);