#cc77eb
a light, vivid violet · warm · closest name: orchid
RGB
204, 119, 235
HSL
284°, 74%, 69%
CMYK
13, 49, 0, 8
Luminance
0.3203
Every format
| HEX | #cc77eb |
| RGB | rgb(204, 119, 235) |
| HSL | hsl(284, 74%, 69%) |
| CMYK | cmyk(13%, 49%, 0%, 8%) |
| LAB | lab(63.4 51.9 -45.4) |
| LCH | lch(63.4 68.9 318.8) |
| OKLCH | oklch(0.706 0.183 316.4) |
Copy-ready code
/* CSS */
color: #cc77eb;
background-color: #cc77eb;
/* Tailwind (arbitrary) */
class="text-[#cc77eb] bg-[#cc77eb]"
/* SCSS */
$brand: #cc77eb;
/* SwiftUI */
Color(red: 0.800, green: 0.467, blue: 0.922)
/* Android */
Color.parseColor("#cc77eb")Accessibility — WCAG contrast
Aa
#cc77eb on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc77eb on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green46.7%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta49.4%
Yellow0.0%
Key (black)7.8%
Color previews
#cc77eb text on a black background
contrast 7.41:1
Card sample
#cc77eb text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc77eb;
Background color
Panel with #cc77eb background
background-color: #cc77eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc77eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 119, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 119, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc77eb; background: linear-gradient(135deg, #cc77eb, #EB77BD);