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