#cc71eb
a light, electric violet · warm · closest name: orchid
RGB
204, 113, 235
HSL
285°, 75%, 68%
CMYK
13, 52, 0, 8
Luminance
0.3065
Every format
| HEX | #cc71eb |
| RGB | rgb(204, 113, 235) |
| HSL | hsl(285, 75%, 68%) |
| CMYK | cmyk(13%, 52%, 0%, 8%) |
| LAB | lab(62.2 54.9 -47.2) |
| LCH | lch(62.2 72.4 319.3) |
| OKLCH | oklch(0.697 0.192 316.9) |
Copy-ready code
/* CSS */
color: #cc71eb;
background-color: #cc71eb;
/* Tailwind (arbitrary) */
class="text-[#cc71eb] bg-[#cc71eb]"
/* SCSS */
$brand: #cc71eb;
/* SwiftUI */
Color(red: 0.800, green: 0.443, blue: 0.922)
/* Android */
Color.parseColor("#cc71eb")Accessibility — WCAG contrast
Aa
#cc71eb on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc71eb on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green44.3%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta51.9%
Yellow0.0%
Key (black)7.8%
Color previews
#cc71eb text on a black background
contrast 7.13:1
Card sample
#cc71eb text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc71eb;
Background color
Panel with #cc71eb background
background-color: #cc71eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc71eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 113, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 113, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc71eb; background: linear-gradient(135deg, #cc71eb, #EB71B8);