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