#cc71cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 113, 207
HSL
298°, 50%, 63%
CMYK
1, 45, 0, 19
Luminance
0.2915
Every format
| HEX | #cc71cf |
| RGB | rgb(204, 113, 207) |
| HSL | hsl(298, 50%, 63%) |
| CMYK | cmyk(1%, 45%, 0%, 19%) |
| LAB | lab(60.9 49.5 -33.5) |
| LCH | lch(60.9 59.8 325.9) |
| OKLCH | oklch(0.683 0.165 326.0) |
Copy-ready code
/* CSS */
color: #cc71cf;
background-color: #cc71cf;
/* Tailwind (arbitrary) */
class="text-[#cc71cf] bg-[#cc71cf]"
/* SCSS */
$brand: #cc71cf;
/* SwiftUI */
Color(red: 0.800, green: 0.443, blue: 0.812)
/* Android */
Color.parseColor("#cc71cf")Accessibility — WCAG contrast
Aa
#cc71cf on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc71cf on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green44.3%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta45.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cc71cf text on a black background
contrast 6.83:1
Card sample
#cc71cf text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc71cf;
Background color
Panel with #cc71cf background
background-color: #cc71cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc71cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 113, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 113, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc71cf; background: linear-gradient(135deg, #cc71cf, #CF7193);