#cf40eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
207, 64, 235
HSL
290°, 81%, 59%
CMYK
12, 73, 0, 8
Luminance
0.2293
Every format
| HEX | #cf40eb |
| RGB | rgb(207, 64, 235) |
| HSL | hsl(290, 81%, 59%) |
| CMYK | cmyk(12%, 73%, 0%, 8%) |
| LAB | lab(55.0 76.5 -58.6) |
| LCH | lch(55.0 96.4 322.5) |
| OKLCH | oklch(0.646 0.258 320.5) |
Copy-ready code
/* CSS */
color: #cf40eb;
background-color: #cf40eb;
/* Tailwind (arbitrary) */
class="text-[#cf40eb] bg-[#cf40eb]"
/* SCSS */
$brand: #cf40eb;
/* SwiftUI */
Color(red: 0.812, green: 0.251, blue: 0.922)
/* Android */
Color.parseColor("#cf40eb")Accessibility — WCAG contrast
Aa
#cf40eb on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf40eb on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green25.1%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta72.8%
Yellow0.0%
Key (black)7.8%
Color previews
#cf40eb text on a black background
contrast 5.59:1
Card sample
#cf40eb text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf40eb;
Background color
Panel with #cf40eb background
background-color: #cf40eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf40eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 64, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 64, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf40eb; background: linear-gradient(135deg, #cf40eb, #EB4095);