#cd71ff
a light, electric violet · warm · closest name: violet
RGB
205, 113, 255
HSL
279°, 100%, 72%
CMYK
20, 56, 0, 0
Luminance
0.3201
Every format
| HEX | #cd71ff |
| RGB | rgb(205, 113, 255) |
| HSL | hsl(279, 100%, 72%) |
| CMYK | cmyk(20%, 56%, 0%, 0%) |
| LAB | lab(63.4 59.2 -56.4) |
| LCH | lch(63.4 81.8 316.4) |
| OKLCH | oklch(0.709 0.213 312.1) |
Copy-ready code
/* CSS */
color: #cd71ff;
background-color: #cd71ff;
/* Tailwind (arbitrary) */
class="text-[#cd71ff] bg-[#cd71ff]"
/* SCSS */
$brand: #cd71ff;
/* SwiftUI */
Color(red: 0.804, green: 0.443, blue: 1.000)
/* Android */
Color.parseColor("#cd71ff")Accessibility — WCAG contrast
Aa
#cd71ff on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd71ff on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green44.3%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta55.7%
Yellow0.0%
Key (black)0.0%
Color previews
#cd71ff text on a black background
contrast 7.40:1
Card sample
#cd71ff text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd71ff;
Background color
Panel with #cd71ff background
background-color: #cd71ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd71ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 113, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 113, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd71ff; background: linear-gradient(135deg, #cd71ff, #FF71D2);