#cc71df
a light, vivid violet · warm · closest name: orchid
RGB
204, 113, 223
HSL
290°, 63%, 66%
CMYK
9, 49, 0, 13
Luminance
0.2998
Every format
| HEX | #cc71df |
| RGB | rgb(204, 113, 223) |
| HSL | hsl(290, 63%, 66%) |
| CMYK | cmyk(9%, 49%, 0%, 13%) |
| LAB | lab(61.6 52.5 -41.4) |
| LCH | lch(61.6 66.9 321.8) |
| OKLCH | oklch(0.691 0.180 320.5) |
Copy-ready code
/* CSS */
color: #cc71df;
background-color: #cc71df;
/* Tailwind (arbitrary) */
class="text-[#cc71df] bg-[#cc71df]"
/* SCSS */
$brand: #cc71df;
/* SwiftUI */
Color(red: 0.800, green: 0.443, blue: 0.875)
/* Android */
Color.parseColor("#cc71df")Accessibility — WCAG contrast
Aa
#cc71df on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc71df on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green44.3%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta49.3%
Yellow0.0%
Key (black)12.5%
Color previews
#cc71df text on a black background
contrast 7.00:1
Card sample
#cc71df text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc71df;
Background color
Panel with #cc71df background
background-color: #cc71df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc71df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 113, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 113, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc71df; background: linear-gradient(135deg, #cc71df, #DF71A9);