#c752eb
a balanced, electric violet · warm · closest name: orchid
RGB
199, 82, 235
HSL
286°, 79%, 62%
CMYK
15, 65, 0, 8
Luminance
0.2417
Every format
| HEX | #c752eb |
| RGB | rgb(199, 82, 235) |
| HSL | hsl(286, 79%, 62%) |
| CMYK | cmyk(15%, 65%, 0%, 8%) |
| LAB | lab(56.3 68.0 -56.7) |
| LCH | lch(56.3 88.5 320.2) |
| OKLCH | oklch(0.652 0.234 317.3) |
Copy-ready code
/* CSS */
color: #c752eb;
background-color: #c752eb;
/* Tailwind (arbitrary) */
class="text-[#c752eb] bg-[#c752eb]"
/* SCSS */
$brand: #c752eb;
/* SwiftUI */
Color(red: 0.780, green: 0.322, blue: 0.922)
/* Android */
Color.parseColor("#c752eb")Accessibility — WCAG contrast
Aa
#c752eb on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c752eb on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green32.2%
Blue92.2%
CMYK percentages
Cyan15.3%
Magenta65.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c752eb text on a black background
contrast 5.83:1
Card sample
#c752eb text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c752eb;
Background color
Panel with #c752eb background
background-color: #c752eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c752eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 82, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 82, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c752eb; background: linear-gradient(135deg, #c752eb, #EB52A9);