#cc77ee
a light, electric violet · warm · closest name: violet
RGB
204, 119, 238
HSL
283°, 78%, 70%
CMYK
14, 50, 0, 7
Luminance
0.3220
Every format
| HEX | #cc77ee |
| RGB | rgb(204, 119, 238) |
| HSL | hsl(283, 78%, 70%) |
| CMYK | cmyk(14%, 50%, 0%, 7%) |
| LAB | lab(63.5 52.5 -46.8) |
| LCH | lch(63.5 70.3 318.3) |
| OKLCH | oklch(0.707 0.186 315.5) |
Copy-ready code
/* CSS */
color: #cc77ee;
background-color: #cc77ee;
/* Tailwind (arbitrary) */
class="text-[#cc77ee] bg-[#cc77ee]"
/* SCSS */
$brand: #cc77ee;
/* SwiftUI */
Color(red: 0.800, green: 0.467, blue: 0.933)
/* Android */
Color.parseColor("#cc77ee")Accessibility — WCAG contrast
Aa
#cc77ee on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc77ee on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green46.7%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta50.0%
Yellow0.0%
Key (black)6.7%
Color previews
#cc77ee text on a black background
contrast 7.44:1
Card sample
#cc77ee text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc77ee;
Background color
Panel with #cc77ee background
background-color: #cc77ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc77ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 119, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 119, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc77ee; background: linear-gradient(135deg, #cc77ee, #EE77C1);