#c845eb
a balanced, electric violet · warm · closest name: magenta
RGB
200, 69, 235
HSL
287°, 81%, 60%
CMYK
15, 71, 0, 8
Luminance
0.2253
Every format
| HEX | #c845eb |
| RGB | rgb(200, 69, 235) |
| HSL | hsl(287, 81%, 60%) |
| CMYK | cmyk(15%, 71%, 0%, 8%) |
| LAB | lab(54.6 73.3 -59.3) |
| LCH | lch(54.6 94.3 321.0) |
| OKLCH | oklch(0.641 0.250 318.2) |
Copy-ready code
/* CSS */
color: #c845eb;
background-color: #c845eb;
/* Tailwind (arbitrary) */
class="text-[#c845eb] bg-[#c845eb]"
/* SCSS */
$brand: #c845eb;
/* SwiftUI */
Color(red: 0.784, green: 0.271, blue: 0.922)
/* Android */
Color.parseColor("#c845eb")Accessibility — WCAG contrast
Aa
#c845eb on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c845eb on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green27.1%
Blue92.2%
CMYK percentages
Cyan14.9%
Magenta70.6%
Yellow0.0%
Key (black)7.8%
Color previews
#c845eb text on a black background
contrast 5.51:1
Card sample
#c845eb text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c845eb;
Background color
Panel with #c845eb background
background-color: #c845eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c845eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 69, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 69, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c845eb; background: linear-gradient(135deg, #c845eb, #EB459F);