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