#c760eb
a balanced, electric violet · warm · closest name: orchid
RGB
199, 96, 235
HSL
285°, 78%, 65%
CMYK
15, 59, 0, 8
Luminance
0.2651
Every format
| HEX | #c760eb |
| RGB | rgb(199, 96, 235) |
| HSL | hsl(285, 78%, 65%) |
| CMYK | cmyk(15%, 59%, 0%, 8%) |
| LAB | lab(58.5 61.8 -53.1) |
| LCH | lch(58.5 81.5 319.4) |
| OKLCH | oklch(0.669 0.215 316.4) |
Copy-ready code
/* CSS */
color: #c760eb;
background-color: #c760eb;
/* Tailwind (arbitrary) */
class="text-[#c760eb] bg-[#c760eb]"
/* SCSS */
$brand: #c760eb;
/* SwiftUI */
Color(red: 0.780, green: 0.376, blue: 0.922)
/* Android */
Color.parseColor("#c760eb")Accessibility — WCAG contrast
Aa
#c760eb on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c760eb on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green37.6%
Blue92.2%
CMYK percentages
Cyan15.3%
Magenta59.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c760eb text on a black background
contrast 6.30:1
Card sample
#c760eb text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c760eb;
Background color
Panel with #c760eb background
background-color: #c760eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c760eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 96, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 96, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c760eb; background: linear-gradient(135deg, #c760eb, #EB60B2);