#cd77fe
a light, electric violet · warm · closest name: violet
RGB
205, 119, 254
HSL
278°, 99%, 73%
CMYK
19, 53, 0, 0
Luminance
0.3333
Every format
| HEX | #cd77fe |
| RGB | rgb(205, 119, 254) |
| HSL | hsl(278, 99%, 73%) |
| CMYK | cmyk(19%, 53%, 0%, 0%) |
| LAB | lab(64.4 56.0 -54.1) |
| LCH | lch(64.4 77.9 316.0) |
| OKLCH | oklch(0.717 0.203 311.7) |
Copy-ready code
/* CSS */
color: #cd77fe;
background-color: #cd77fe;
/* Tailwind (arbitrary) */
class="text-[#cd77fe] bg-[#cd77fe]"
/* SCSS */
$brand: #cd77fe;
/* SwiftUI */
Color(red: 0.804, green: 0.467, blue: 0.996)
/* Android */
Color.parseColor("#cd77fe")Accessibility — WCAG contrast
Aa
#cd77fe on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd77fe on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green46.7%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta53.1%
Yellow0.0%
Key (black)0.4%
Color previews
#cd77fe text on a black background
contrast 7.67:1
Card sample
#cd77fe text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd77fe;
Background color
Panel with #cd77fe background
background-color: #cd77fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd77fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 119, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 119, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd77fe; background: linear-gradient(135deg, #cd77fe, #FE77D5);