#ff40c6
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 64, 198
HSL
318°, 100%, 63%
CMYK
0, 75, 22, 0
Luminance
0.2900
Every format
| HEX | #ff40c6 |
| RGB | rgb(255, 64, 198) |
| HSL | hsl(318, 100%, 63%) |
| CMYK | cmyk(0%, 75%, 22%, 0%) |
| LAB | lab(60.8 81.3 -28.0) |
| LCH | lch(60.8 86.0 341.0) |
| OKLCH | oklch(0.696 0.256 342.9) |
Copy-ready code
/* CSS */
color: #ff40c6;
background-color: #ff40c6;
/* Tailwind (arbitrary) */
class="text-[#ff40c6] bg-[#ff40c6]"
/* SCSS */
$brand: #ff40c6;
/* SwiftUI */
Color(red: 1.000, green: 0.251, blue: 0.776)
/* Android */
Color.parseColor("#ff40c6")Accessibility — WCAG contrast
Aa
#ff40c6 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff40c6 on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green25.1%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta74.9%
Yellow22.4%
Key (black)0.0%
Color previews
#ff40c6 text on a black background
contrast 6.80:1
Card sample
#ff40c6 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff40c6;
Background color
Panel with #ff40c6 background
background-color: #ff40c6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff40c6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 64, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 64, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff40c6; background: linear-gradient(135deg, #ff40c6, #FF4046);