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