#ff3bff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 59, 255
HSL
300°, 100%, 62%
CMYK
0, 77, 0, 0
Luminance
0.3161
Every format
| HEX | #ff3bff |
| RGB | rgb(255, 59, 255) |
| HSL | hsl(300, 100%, 62%) |
| CMYK | cmyk(0%, 77%, 0%, 0%) |
| LAB | lab(63.0 90.3 -56.5) |
| LCH | lch(63.0 106.6 328.0) |
| OKLCH | oklch(0.721 0.297 328.1) |
Copy-ready code
/* CSS */
color: #ff3bff;
background-color: #ff3bff;
/* Tailwind (arbitrary) */
class="text-[#ff3bff] bg-[#ff3bff]"
/* SCSS */
$brand: #ff3bff;
/* SwiftUI */
Color(red: 1.000, green: 0.231, blue: 1.000)
/* Android */
Color.parseColor("#ff3bff")Accessibility — WCAG contrast
Aa
#ff3bff on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff3bff on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green23.1%
Blue100.0%
CMYK percentages
Cyan0.0%
Magenta76.9%
Yellow0.0%
Key (black)0.0%
Color previews
#ff3bff text on a black background
contrast 7.32:1
Card sample
#ff3bff text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff3bff;
Background color
Panel with #ff3bff background
background-color: #ff3bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff3bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 59, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 59, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff3bff; background: linear-gradient(135deg, #ff3bff, #FF3B7C);