#ff3ffc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 63, 252
HSL
301°, 100%, 62%
CMYK
0, 75, 1, 0
Luminance
0.3184
Every format
| HEX | #ff3ffc |
| RGB | rgb(255, 63, 252) |
| HSL | hsl(301, 100%, 62%) |
| CMYK | cmyk(0%, 75%, 1%, 0%) |
| LAB | lab(63.2 88.9 -54.5) |
| LCH | lch(63.2 104.3 328.5) |
| OKLCH | oklch(0.722 0.292 328.8) |
Copy-ready code
/* CSS */
color: #ff3ffc;
background-color: #ff3ffc;
/* Tailwind (arbitrary) */
class="text-[#ff3ffc] bg-[#ff3ffc]"
/* SCSS */
$brand: #ff3ffc;
/* SwiftUI */
Color(red: 1.000, green: 0.247, blue: 0.988)
/* Android */
Color.parseColor("#ff3ffc")Accessibility — WCAG contrast
Aa
#ff3ffc on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff3ffc on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green24.7%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta75.3%
Yellow1.2%
Key (black)0.0%
Color previews
#ff3ffc text on a black background
contrast 7.37:1
Card sample
#ff3ffc text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff3ffc;
Background color
Panel with #ff3ffc background
background-color: #ff3ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff3ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 63, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 63, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff3ffc; background: linear-gradient(135deg, #ff3ffc, #FF3F7C);