#cd73fe
a light, electric violet · warm · closest name: violet
RGB
205, 115, 254
HSL
279°, 99%, 72%
CMYK
19, 55, 0, 0
Luminance
0.3240
Every format
| HEX | #cd73fe |
| RGB | rgb(205, 115, 254) |
| HSL | hsl(279, 99%, 72%) |
| CMYK | cmyk(19%, 55%, 0%, 0%) |
| LAB | lab(63.7 58.0 -55.4) |
| LCH | lch(63.7 80.2 316.4) |
| OKLCH | oklch(0.711 0.209 312.1) |
Copy-ready code
/* CSS */
color: #cd73fe;
background-color: #cd73fe;
/* Tailwind (arbitrary) */
class="text-[#cd73fe] bg-[#cd73fe]"
/* SCSS */
$brand: #cd73fe;
/* SwiftUI */
Color(red: 0.804, green: 0.451, blue: 0.996)
/* Android */
Color.parseColor("#cd73fe")Accessibility — WCAG contrast
Aa
#cd73fe on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd73fe on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green45.1%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta54.7%
Yellow0.0%
Key (black)0.4%
Color previews
#cd73fe text on a black background
contrast 7.48:1
Card sample
#cd73fe text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd73fe;
Background color
Panel with #cd73fe background
background-color: #cd73fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd73fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 115, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 115, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd73fe; background: linear-gradient(135deg, #cd73fe, #FE73D3);