#cd73fc
a light, electric violet · warm · closest name: violet
RGB
205, 115, 252
HSL
279°, 96%, 72%
CMYK
19, 54, 0, 1
Luminance
0.3227
Every format
| HEX | #cd73fc |
| RGB | rgb(205, 115, 252) |
| HSL | hsl(279, 96%, 72%) |
| CMYK | cmyk(19%, 54%, 0%, 1%) |
| LAB | lab(63.6 57.6 -54.4) |
| LCH | lch(63.6 79.3 316.6) |
| OKLCH | oklch(0.710 0.207 312.6) |
Copy-ready code
/* CSS */
color: #cd73fc;
background-color: #cd73fc;
/* Tailwind (arbitrary) */
class="text-[#cd73fc] bg-[#cd73fc]"
/* SCSS */
$brand: #cd73fc;
/* SwiftUI */
Color(red: 0.804, green: 0.451, blue: 0.988)
/* Android */
Color.parseColor("#cd73fc")Accessibility — WCAG contrast
Aa
#cd73fc on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd73fc on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green45.1%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta54.4%
Yellow0.0%
Key (black)1.2%
Color previews
#cd73fc text on a black background
contrast 7.45:1
Card sample
#cd73fc text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd73fc;
Background color
Panel with #cd73fc background
background-color: #cd73fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd73fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 115, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 115, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd73fc; background: linear-gradient(135deg, #cd73fc, #FC73D0);