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