#cc61eb
a light, electric violet · warm · closest name: orchid
RGB
204, 97, 235
HSL
287°, 78%, 65%
CMYK
13, 59, 0, 8
Luminance
0.2738
Every format
| HEX | #cc61eb |
| RGB | rgb(204, 97, 235) |
| HSL | hsl(287, 78%, 65%) |
| CMYK | cmyk(13%, 59%, 0%, 8%) |
| LAB | lab(59.3 62.6 -51.7) |
| LCH | lch(59.3 81.2 320.4) |
| OKLCH | oklch(0.676 0.216 318.0) |
Copy-ready code
/* CSS */
color: #cc61eb;
background-color: #cc61eb;
/* Tailwind (arbitrary) */
class="text-[#cc61eb] bg-[#cc61eb]"
/* SCSS */
$brand: #cc61eb;
/* SwiftUI */
Color(red: 0.800, green: 0.380, blue: 0.922)
/* Android */
Color.parseColor("#cc61eb")Accessibility — WCAG contrast
Aa
#cc61eb on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc61eb on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green38.0%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta58.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cc61eb text on a black background
contrast 6.48:1
Card sample
#cc61eb text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc61eb;
Background color
Panel with #cc61eb background
background-color: #cc61eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc61eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 97, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 97, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc61eb; background: linear-gradient(135deg, #cc61eb, #EB61AE);