#ff46bd
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 70, 189
HSL
321°, 100%, 64%
CMYK
0, 73, 26, 0
Luminance
0.2931
Every format
| HEX | #ff46bd |
| RGB | rgb(255, 70, 189) |
| HSL | hsl(321, 100%, 64%) |
| CMYK | cmyk(0%, 73%, 26%, 0%) |
| LAB | lab(61.1 78.4 -22.5) |
| LCH | lch(61.1 81.5 344.0) |
| OKLCH | oklch(0.697 0.245 345.9) |
Copy-ready code
/* CSS */
color: #ff46bd;
background-color: #ff46bd;
/* Tailwind (arbitrary) */
class="text-[#ff46bd] bg-[#ff46bd]"
/* SCSS */
$brand: #ff46bd;
/* SwiftUI */
Color(red: 1.000, green: 0.275, blue: 0.741)
/* Android */
Color.parseColor("#ff46bd")Accessibility — WCAG contrast
Aa
#ff46bd on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff46bd on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green27.5%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow25.9%
Key (black)0.0%
Color previews
#ff46bd text on a black background
contrast 6.86:1
Card sample
#ff46bd text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff46bd;
Background color
Panel with #ff46bd background
background-color: #ff46bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff46bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 70, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 70, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff46bd; background: linear-gradient(135deg, #ff46bd, #FF4A46);