#cd76ff
a light, electric violet · warm · closest name: violet
RGB
205, 118, 255
HSL
278°, 100%, 73%
CMYK
20, 54, 0, 0
Luminance
0.3316
Every format
| HEX | #cd76ff |
| RGB | rgb(205, 118, 255) |
| HSL | hsl(278, 100%, 73%) |
| CMYK | cmyk(20%, 54%, 0%, 0%) |
| LAB | lab(64.3 56.8 -54.9) |
| LCH | lch(64.3 79.0 315.9) |
| OKLCH | oklch(0.716 0.206 311.6) |
Copy-ready code
/* CSS */
color: #cd76ff;
background-color: #cd76ff;
/* Tailwind (arbitrary) */
class="text-[#cd76ff] bg-[#cd76ff]"
/* SCSS */
$brand: #cd76ff;
/* SwiftUI */
Color(red: 0.804, green: 0.463, blue: 1.000)
/* Android */
Color.parseColor("#cd76ff")Accessibility — WCAG contrast
Aa
#cd76ff on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd76ff on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green46.3%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta53.7%
Yellow0.0%
Key (black)0.0%
Color previews
#cd76ff text on a black background
contrast 7.63:1
Card sample
#cd76ff text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd76ff;
Background color
Panel with #cd76ff background
background-color: #cd76ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd76ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 118, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 118, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd76ff; background: linear-gradient(135deg, #cd76ff, #FF76D6);