#cc68eb
a light, electric violet · warm · closest name: orchid
RGB
204, 104, 235
HSL
286°, 77%, 67%
CMYK
13, 56, 0, 8
Luminance
0.2874
Every format
| HEX | #cc68eb |
| RGB | rgb(204, 104, 235) |
| HSL | hsl(286, 77%, 67%) |
| CMYK | cmyk(13%, 56%, 0%, 8%) |
| LAB | lab(60.5 59.3 -49.8) |
| LCH | lch(60.5 77.4 320.0) |
| OKLCH | oklch(0.685 0.206 317.6) |
Copy-ready code
/* CSS */
color: #cc68eb;
background-color: #cc68eb;
/* Tailwind (arbitrary) */
class="text-[#cc68eb] bg-[#cc68eb]"
/* SCSS */
$brand: #cc68eb;
/* SwiftUI */
Color(red: 0.800, green: 0.408, blue: 0.922)
/* Android */
Color.parseColor("#cc68eb")Accessibility — WCAG contrast
Aa
#cc68eb on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc68eb on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green40.8%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta55.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cc68eb text on a black background
contrast 6.75:1
Card sample
#cc68eb text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc68eb;
Background color
Panel with #cc68eb background
background-color: #cc68eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc68eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 104, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 104, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc68eb; background: linear-gradient(135deg, #cc68eb, #EB68B3);