#ff42ae
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 66, 174
HSL
326°, 100%, 63%
CMYK
0, 74, 32, 0
Luminance
0.2821
Every format
| HEX | #ff42ae |
| RGB | rgb(255, 66, 174) |
| HSL | hsl(326, 100%, 63%) |
| CMYK | cmyk(0%, 74%, 32%, 0%) |
| LAB | lab(60.1 77.9 -15.3) |
| LCH | lch(60.1 79.4 348.9) |
| OKLCH | oklch(0.688 0.242 350.5) |
Copy-ready code
/* CSS */
color: #ff42ae;
background-color: #ff42ae;
/* Tailwind (arbitrary) */
class="text-[#ff42ae] bg-[#ff42ae]"
/* SCSS */
$brand: #ff42ae;
/* SwiftUI */
Color(red: 1.000, green: 0.259, blue: 0.682)
/* Android */
Color.parseColor("#ff42ae")Accessibility — WCAG contrast
Aa
#ff42ae on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff42ae on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green25.9%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta74.1%
Yellow31.8%
Key (black)0.0%
Color previews
#ff42ae text on a black background
contrast 6.64:1
Card sample
#ff42ae text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff42ae;
Background color
Panel with #ff42ae background
background-color: #ff42ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff42ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 66, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 66, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff42ae; background: linear-gradient(135deg, #ff42ae, #FF5442);