#cd71f0
a light, electric violet · warm · closest name: violet
RGB
205, 113, 240
HSL
284°, 81%, 69%
CMYK
15, 53, 0, 6
Luminance
0.3108
Every format
| HEX | #cd71f0 |
| RGB | rgb(205, 113, 240) |
| HSL | hsl(284, 81%, 69%) |
| CMYK | cmyk(15%, 53%, 0%, 6%) |
| LAB | lab(62.6 56.1 -49.4) |
| LCH | lch(62.6 74.8 318.7) |
| OKLCH | oklch(0.701 0.198 315.9) |
Copy-ready code
/* CSS */
color: #cd71f0;
background-color: #cd71f0;
/* Tailwind (arbitrary) */
class="text-[#cd71f0] bg-[#cd71f0]"
/* SCSS */
$brand: #cd71f0;
/* SwiftUI */
Color(red: 0.804, green: 0.443, blue: 0.941)
/* Android */
Color.parseColor("#cd71f0")Accessibility — WCAG contrast
Aa
#cd71f0 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd71f0 on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green44.3%
Blue94.1%
CMYK percentages
Cyan14.6%
Magenta52.9%
Yellow0.0%
Key (black)5.9%
Color previews
#cd71f0 text on a black background
contrast 7.22:1
Card sample
#cd71f0 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd71f0;
Background color
Panel with #cd71f0 background
background-color: #cd71f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd71f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 113, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 113, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd71f0; background: linear-gradient(135deg, #cd71f0, #F071BE);