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