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