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