#ff42eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 66, 235
HSL
306°, 100%, 63%
CMYK
0, 74, 8, 0
Luminance
0.3115
Every format
| HEX | #ff42eb |
| RGB | rgb(255, 66, 235) |
| HSL | hsl(306, 100%, 63%) |
| CMYK | cmyk(0%, 74%, 8%, 0%) |
| LAB | lab(62.6 85.6 -46.0) |
| LCH | lch(62.6 97.2 331.7) |
| OKLCH | oklch(0.715 0.277 332.9) |
Copy-ready code
/* CSS */
color: #ff42eb;
background-color: #ff42eb;
/* Tailwind (arbitrary) */
class="text-[#ff42eb] bg-[#ff42eb]"
/* SCSS */
$brand: #ff42eb;
/* SwiftUI */
Color(red: 1.000, green: 0.259, blue: 0.922)
/* Android */
Color.parseColor("#ff42eb")Accessibility — WCAG contrast
Aa
#ff42eb on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff42eb on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green25.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta74.1%
Yellow7.8%
Key (black)0.0%
Color previews
#ff42eb text on a black background
contrast 7.23:1
Card sample
#ff42eb text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff42eb;
Background color
Panel with #ff42eb background
background-color: #ff42eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff42eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 66, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 66, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff42eb; background: linear-gradient(135deg, #ff42eb, #FF426D);