#ff42df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 66, 223
HSL
310°, 100%, 63%
CMYK
0, 74, 13, 0
Luminance
0.3048
Every format
| HEX | #ff42df |
| RGB | rgb(255, 66, 223) |
| HSL | hsl(310, 100%, 63%) |
| CMYK | cmyk(0%, 74%, 13%, 0%) |
| LAB | lab(62.1 83.9 -40.2) |
| LCH | lch(62.1 93.0 334.4) |
| OKLCH | oklch(0.709 0.269 336.0) |
Copy-ready code
/* CSS */
color: #ff42df;
background-color: #ff42df;
/* Tailwind (arbitrary) */
class="text-[#ff42df] bg-[#ff42df]"
/* SCSS */
$brand: #ff42df;
/* SwiftUI */
Color(red: 1.000, green: 0.259, blue: 0.875)
/* Android */
Color.parseColor("#ff42df")Accessibility — WCAG contrast
Aa
#ff42df on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff42df on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green25.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta74.1%
Yellow12.5%
Key (black)0.0%
Color previews
#ff42df text on a black background
contrast 7.10:1
Card sample
#ff42df text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff42df;
Background color
Panel with #ff42df background
background-color: #ff42df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff42df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 66, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 66, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff42df; background: linear-gradient(135deg, #ff42df, #FF4261);