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