#cd71fc
a light, electric violet · warm · closest name: violet
RGB
205, 113, 252
HSL
280°, 96%, 72%
CMYK
19, 55, 0, 1
Luminance
0.3182
Every format
| HEX | #cd71fc |
| RGB | rgb(205, 113, 252) |
| HSL | hsl(280, 96%, 72%) |
| CMYK | cmyk(19%, 55%, 0%, 1%) |
| LAB | lab(63.2 58.6 -55.0) |
| LCH | lch(63.2 80.4 316.8) |
| OKLCH | oklch(0.708 0.210 312.8) |
Copy-ready code
/* CSS */
color: #cd71fc;
background-color: #cd71fc;
/* Tailwind (arbitrary) */
class="text-[#cd71fc] bg-[#cd71fc]"
/* SCSS */
$brand: #cd71fc;
/* SwiftUI */
Color(red: 0.804, green: 0.443, blue: 0.988)
/* Android */
Color.parseColor("#cd71fc")Accessibility — WCAG contrast
Aa
#cd71fc on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd71fc on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green44.3%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta55.2%
Yellow0.0%
Key (black)1.2%
Color previews
#cd71fc text on a black background
contrast 7.36:1
Card sample
#cd71fc text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd71fc;
Background color
Panel with #cd71fc background
background-color: #cd71fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd71fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 113, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 113, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd71fc; background: linear-gradient(135deg, #cd71fc, #FC71CE);