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