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