#cb64eb
a light, electric violet · warm · closest name: orchid
RGB
203, 100, 235
HSL
286°, 77%, 66%
CMYK
14, 57, 0, 8
Luminance
0.2781
Every format
| HEX | #cb64eb |
| RGB | rgb(203, 100, 235) |
| HSL | hsl(286, 77%, 66%) |
| CMYK | cmyk(14%, 57%, 0%, 8%) |
| LAB | lab(59.7 61.0 -51.1) |
| LCH | lch(59.7 79.6 320.0) |
| OKLCH | oklch(0.679 0.211 317.5) |
Copy-ready code
/* CSS */
color: #cb64eb;
background-color: #cb64eb;
/* Tailwind (arbitrary) */
class="text-[#cb64eb] bg-[#cb64eb]"
/* SCSS */
$brand: #cb64eb;
/* SwiftUI */
Color(red: 0.796, green: 0.392, blue: 0.922)
/* Android */
Color.parseColor("#cb64eb")Accessibility — WCAG contrast
Aa
#cb64eb on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb64eb on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green39.2%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta57.4%
Yellow0.0%
Key (black)7.8%
Color previews
#cb64eb text on a black background
contrast 6.56:1
Card sample
#cb64eb text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb64eb;
Background color
Panel with #cb64eb background
background-color: #cb64eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb64eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 100, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 100, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb64eb; background: linear-gradient(135deg, #cb64eb, #EB64B1);