#ff40eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 64, 235
HSL
306°, 100%, 63%
CMYK
0, 75, 8, 0
Luminance
0.3092
Every format
| HEX | #ff40eb |
| RGB | rgb(255, 64, 235) |
| HSL | hsl(306, 100%, 63%) |
| CMYK | cmyk(0%, 75%, 8%, 0%) |
| LAB | lab(62.5 86.1 -46.3) |
| LCH | lch(62.5 97.8 331.7) |
| OKLCH | oklch(0.713 0.279 332.9) |
Copy-ready code
/* CSS */
color: #ff40eb;
background-color: #ff40eb;
/* Tailwind (arbitrary) */
class="text-[#ff40eb] bg-[#ff40eb]"
/* SCSS */
$brand: #ff40eb;
/* SwiftUI */
Color(red: 1.000, green: 0.251, blue: 0.922)
/* Android */
Color.parseColor("#ff40eb")Accessibility — WCAG contrast
Aa
#ff40eb on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff40eb on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green25.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta74.9%
Yellow7.8%
Key (black)0.0%
Color previews
#ff40eb text on a black background
contrast 7.18:1
Card sample
#ff40eb text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff40eb;
Background color
Panel with #ff40eb background
background-color: #ff40eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff40eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 64, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 64, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff40eb; background: linear-gradient(135deg, #ff40eb, #FF406B);