#c737eb
a balanced, electric violet · warm · closest name: magenta
RGB
199, 55, 235
HSL
288°, 82%, 57%
CMYK
15, 77, 0, 8
Luminance
0.2087
Every format
| HEX | #c737eb |
| RGB | rgb(199, 55, 235) |
| HSL | hsl(288, 82%, 57%) |
| CMYK | cmyk(15%, 77%, 0%, 8%) |
| LAB | lab(52.8 77.8 -62.2) |
| LCH | lch(52.8 99.6 321.4) |
| OKLCH | oklch(0.628 0.264 318.5) |
Copy-ready code
/* CSS */
color: #c737eb;
background-color: #c737eb;
/* Tailwind (arbitrary) */
class="text-[#c737eb] bg-[#c737eb]"
/* SCSS */
$brand: #c737eb;
/* SwiftUI */
Color(red: 0.780, green: 0.216, blue: 0.922)
/* Android */
Color.parseColor("#c737eb")Accessibility — WCAG contrast
Aa
#c737eb on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c737eb on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green21.6%
Blue92.2%
CMYK percentages
Cyan15.3%
Magenta76.6%
Yellow0.0%
Key (black)7.8%
Color previews
#c737eb text on a black background
contrast 5.17:1
Card sample
#c737eb text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c737eb;
Background color
Panel with #c737eb background
background-color: #c737eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c737eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 55, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 55, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c737eb; background: linear-gradient(135deg, #c737eb, #EB3797);