#c059eb
a balanced, electric violet · warm · closest name: orchid
RGB
192, 89, 235
HSL
282°, 79%, 64%
CMYK
18, 62, 0, 8
Luminance
0.2435
Every format
| HEX | #c059eb |
| RGB | rgb(192, 89, 235) |
| HSL | hsl(282, 79%, 64%) |
| CMYK | cmyk(18%, 62%, 0%, 8%) |
| LAB | lab(56.4 63.4 -56.5) |
| LCH | lch(56.4 84.9 318.3) |
| OKLCH | oklch(0.652 0.222 314.5) |
Copy-ready code
/* CSS */
color: #c059eb;
background-color: #c059eb;
/* Tailwind (arbitrary) */
class="text-[#c059eb] bg-[#c059eb]"
/* SCSS */
$brand: #c059eb;
/* SwiftUI */
Color(red: 0.753, green: 0.349, blue: 0.922)
/* Android */
Color.parseColor("#c059eb")Accessibility — WCAG contrast
Aa
#c059eb on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c059eb on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green34.9%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta62.1%
Yellow0.0%
Key (black)7.8%
Color previews
#c059eb text on a black background
contrast 5.87:1
Card sample
#c059eb text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c059eb;
Background color
Panel with #c059eb background
background-color: #c059eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c059eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 89, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 89, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c059eb; background: linear-gradient(135deg, #c059eb, #EB59B5);