#cd77f8
a light, electric violet · warm · closest name: violet
RGB
205, 119, 248
HSL
280°, 90%, 72%
CMYK
17, 52, 0, 3
Luminance
0.3295
Every format
| HEX | #cd77f8 |
| RGB | rgb(205, 119, 248) |
| HSL | hsl(280, 90%, 72%) |
| CMYK | cmyk(17%, 52%, 0%, 3%) |
| LAB | lab(64.1 54.8 -51.3) |
| LCH | lch(64.1 75.1 316.9) |
| OKLCH | oklch(0.714 0.197 313.2) |
Copy-ready code
/* CSS */
color: #cd77f8;
background-color: #cd77f8;
/* Tailwind (arbitrary) */
class="text-[#cd77f8] bg-[#cd77f8]"
/* SCSS */
$brand: #cd77f8;
/* SwiftUI */
Color(red: 0.804, green: 0.467, blue: 0.973)
/* Android */
Color.parseColor("#cd77f8")Accessibility — WCAG contrast
Aa
#cd77f8 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd77f8 on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green46.7%
Blue97.3%
CMYK percentages
Cyan17.3%
Magenta52.0%
Yellow0.0%
Key (black)2.7%
Color previews
#cd77f8 text on a black background
contrast 7.59:1
Card sample
#cd77f8 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd77f8;
Background color
Panel with #cd77f8 background
background-color: #cd77f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd77f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 119, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 119, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd77f8; background: linear-gradient(135deg, #cd77f8, #F877CD);