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