#cd71f4
a light, electric violet · warm · closest name: violet
RGB
205, 113, 244
HSL
282°, 86%, 70%
CMYK
16, 54, 0, 4
Luminance
0.3132
Every format
| HEX | #cd71f4 |
| RGB | rgb(205, 113, 244) |
| HSL | hsl(282, 86%, 70%) |
| CMYK | cmyk(16%, 54%, 0%, 4%) |
| LAB | lab(62.8 57.0 -51.3) |
| LCH | lch(62.8 76.6 318.0) |
| OKLCH | oklch(0.703 0.202 314.8) |
Copy-ready code
/* CSS */
color: #cd71f4;
background-color: #cd71f4;
/* Tailwind (arbitrary) */
class="text-[#cd71f4] bg-[#cd71f4]"
/* SCSS */
$brand: #cd71f4;
/* SwiftUI */
Color(red: 0.804, green: 0.443, blue: 0.957)
/* Android */
Color.parseColor("#cd71f4")Accessibility — WCAG contrast
Aa
#cd71f4 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd71f4 on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green44.3%
Blue95.7%
CMYK percentages
Cyan16.0%
Magenta53.7%
Yellow0.0%
Key (black)4.3%
Color previews
#cd71f4 text on a black background
contrast 7.26:1
Card sample
#cd71f4 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd71f4;
Background color
Panel with #cd71f4 background
background-color: #cd71f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd71f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 113, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 113, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd71f4; background: linear-gradient(135deg, #cd71f4, #F471C4);