#cb59eb
a balanced, electric violet · warm · closest name: orchid
RGB
203, 89, 235
HSL
287°, 79%, 64%
CMYK
14, 62, 0, 8
Luminance
0.2584
Every format
| HEX | #cb59eb |
| RGB | rgb(203, 89, 235) |
| HSL | hsl(287, 79%, 64%) |
| CMYK | cmyk(14%, 62%, 0%, 8%) |
| LAB | lab(57.9 65.9 -54.0) |
| LCH | lch(57.9 85.3 320.7) |
| OKLCH | oklch(0.665 0.227 318.2) |
Copy-ready code
/* CSS */
color: #cb59eb;
background-color: #cb59eb;
/* Tailwind (arbitrary) */
class="text-[#cb59eb] bg-[#cb59eb]"
/* SCSS */
$brand: #cb59eb;
/* SwiftUI */
Color(red: 0.796, green: 0.349, blue: 0.922)
/* Android */
Color.parseColor("#cb59eb")Accessibility — WCAG contrast
Aa
#cb59eb on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb59eb on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green34.9%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta62.1%
Yellow0.0%
Key (black)7.8%
Color previews
#cb59eb text on a black background
contrast 6.17:1
Card sample
#cb59eb text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb59eb;
Background color
Panel with #cb59eb background
background-color: #cb59eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb59eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 89, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 89, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb59eb; background: linear-gradient(135deg, #cb59eb, #EB59AA);