#ff46af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 70, 175
HSL
326°, 100%, 64%
CMYK
0, 73, 31, 0
Luminance
0.2874
Every format
| HEX | #ff46af |
| RGB | rgb(255, 70, 175) |
| HSL | hsl(326, 100%, 64%) |
| CMYK | cmyk(0%, 73%, 31%, 0%) |
| LAB | lab(60.5 76.8 -15.2) |
| LCH | lch(60.5 78.3 348.8) |
| OKLCH | oklch(0.691 0.238 350.4) |
Copy-ready code
/* CSS */
color: #ff46af;
background-color: #ff46af;
/* Tailwind (arbitrary) */
class="text-[#ff46af] bg-[#ff46af]"
/* SCSS */
$brand: #ff46af;
/* SwiftUI */
Color(red: 1.000, green: 0.275, blue: 0.686)
/* Android */
Color.parseColor("#ff46af")Accessibility — WCAG contrast
Aa
#ff46af on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff46af on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green27.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow31.4%
Key (black)0.0%
Color previews
#ff46af text on a black background
contrast 6.75:1
Card sample
#ff46af text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff46af;
Background color
Panel with #ff46af background
background-color: #ff46af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff46af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 70, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 70, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff46af; background: linear-gradient(135deg, #ff46af, #FF5846);