#ff40af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 64, 175
HSL
325°, 100%, 63%
CMYK
0, 75, 31, 0
Luminance
0.2802
Every format
| HEX | #ff40af |
| RGB | rgb(255, 64, 175) |
| HSL | hsl(325, 100%, 63%) |
| CMYK | cmyk(0%, 75%, 31%, 0%) |
| LAB | lab(59.9 78.6 -16.2) |
| LCH | lch(59.9 80.2 348.4) |
| OKLCH | oklch(0.687 0.244 350.0) |
Copy-ready code
/* CSS */
color: #ff40af;
background-color: #ff40af;
/* Tailwind (arbitrary) */
class="text-[#ff40af] bg-[#ff40af]"
/* SCSS */
$brand: #ff40af;
/* SwiftUI */
Color(red: 1.000, green: 0.251, blue: 0.686)
/* Android */
Color.parseColor("#ff40af")Accessibility — WCAG contrast
Aa
#ff40af on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff40af on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green25.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta74.9%
Yellow31.4%
Key (black)0.0%
Color previews
#ff40af text on a black background
contrast 6.60:1
Card sample
#ff40af text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff40af;
Background color
Panel with #ff40af background
background-color: #ff40af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff40af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 64, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 64, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff40af; background: linear-gradient(135deg, #ff40af, #FF5040);