#c761eb
a light, electric violet · warm · closest name: orchid
RGB
199, 97, 235
HSL
284°, 78%, 65%
CMYK
15, 59, 0, 8
Luminance
0.2669
Every format
| HEX | #c761eb |
| RGB | rgb(199, 97, 235) |
| HSL | hsl(284, 78%, 65%) |
| CMYK | cmyk(15%, 59%, 0%, 8%) |
| LAB | lab(58.7 61.4 -52.8) |
| LCH | lch(58.7 81.0 319.3) |
| OKLCH | oklch(0.670 0.214 316.3) |
Copy-ready code
/* CSS */
color: #c761eb;
background-color: #c761eb;
/* Tailwind (arbitrary) */
class="text-[#c761eb] bg-[#c761eb]"
/* SCSS */
$brand: #c761eb;
/* SwiftUI */
Color(red: 0.780, green: 0.380, blue: 0.922)
/* Android */
Color.parseColor("#c761eb")Accessibility — WCAG contrast
Aa
#c761eb on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c761eb on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green38.0%
Blue92.2%
CMYK percentages
Cyan15.3%
Magenta58.7%
Yellow0.0%
Key (black)7.8%
Color previews
#c761eb text on a black background
contrast 6.34:1
Card sample
#c761eb text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c761eb;
Background color
Panel with #c761eb background
background-color: #c761eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c761eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 97, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 97, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c761eb; background: linear-gradient(135deg, #c761eb, #EB61B3);