#c759eb
a balanced, electric violet · warm · closest name: orchid
RGB
199, 89, 235
HSL
285°, 79%, 64%
CMYK
15, 62, 0, 8
Luminance
0.2529
Every format
| HEX | #c759eb |
| RGB | rgb(199, 89, 235) |
| HSL | hsl(285, 79%, 64%) |
| CMYK | cmyk(15%, 62%, 0%, 8%) |
| LAB | lab(57.4 65.0 -54.9) |
| LCH | lch(57.4 85.1 319.8) |
| OKLCH | oklch(0.660 0.225 316.9) |
Copy-ready code
/* CSS */
color: #c759eb;
background-color: #c759eb;
/* Tailwind (arbitrary) */
class="text-[#c759eb] bg-[#c759eb]"
/* SCSS */
$brand: #c759eb;
/* SwiftUI */
Color(red: 0.780, green: 0.349, blue: 0.922)
/* Android */
Color.parseColor("#c759eb")Accessibility — WCAG contrast
Aa
#c759eb on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c759eb on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green34.9%
Blue92.2%
CMYK percentages
Cyan15.3%
Magenta62.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c759eb text on a black background
contrast 6.06:1
Card sample
#c759eb text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c759eb;
Background color
Panel with #c759eb background
background-color: #c759eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c759eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 89, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 89, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c759eb; background: linear-gradient(135deg, #c759eb, #EB59AE);