#cd73ff
a light, electric violet · warm · closest name: violet
RGB
205, 115, 255
HSL
279°, 100%, 73%
CMYK
20, 55, 0, 0
Luminance
0.3246
Every format
| HEX | #cd73ff |
| RGB | rgb(205, 115, 255) |
| HSL | hsl(279, 100%, 73%) |
| CMYK | cmyk(20%, 55%, 0%, 0%) |
| LAB | lab(63.7 58.3 -55.8) |
| LCH | lch(63.7 80.7 316.2) |
| OKLCH | oklch(0.712 0.210 311.9) |
Copy-ready code
/* CSS */
color: #cd73ff;
background-color: #cd73ff;
/* Tailwind (arbitrary) */
class="text-[#cd73ff] bg-[#cd73ff]"
/* SCSS */
$brand: #cd73ff;
/* SwiftUI */
Color(red: 0.804, green: 0.451, blue: 1.000)
/* Android */
Color.parseColor("#cd73ff")Accessibility — WCAG contrast
Aa
#cd73ff on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd73ff on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green45.1%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta54.9%
Yellow0.0%
Key (black)0.0%
Color previews
#cd73ff text on a black background
contrast 7.49:1
Card sample
#cd73ff text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd73ff;
Background color
Panel with #cd73ff background
background-color: #cd73ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd73ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 115, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 115, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd73ff; background: linear-gradient(135deg, #cd73ff, #FF73D4);