#cc7ccf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 124, 207
HSL
298°, 46%, 65%
CMYK
1, 40, 0, 19
Luminance
0.3176
Every format
| HEX | #cc7ccf |
| RGB | rgb(204, 124, 207) |
| HSL | hsl(298, 46%, 65%) |
| CMYK | cmyk(1%, 40%, 0%, 19%) |
| LAB | lab(63.1 43.8 -30.1) |
| LCH | lch(63.1 53.1 325.5) |
| OKLCH | oklch(0.700 0.146 325.7) |
Copy-ready code
/* CSS */
color: #cc7ccf;
background-color: #cc7ccf;
/* Tailwind (arbitrary) */
class="text-[#cc7ccf] bg-[#cc7ccf]"
/* SCSS */
$brand: #cc7ccf;
/* SwiftUI */
Color(red: 0.800, green: 0.486, blue: 0.812)
/* Android */
Color.parseColor("#cc7ccf")Accessibility — WCAG contrast
Aa
#cc7ccf on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc7ccf on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green48.6%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta40.1%
Yellow0.0%
Key (black)18.8%
Color previews
#cc7ccf text on a black background
contrast 7.35:1
Card sample
#cc7ccf text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7ccf;
Background color
Panel with #cc7ccf background
background-color: #cc7ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 124, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 124, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7ccf; background: linear-gradient(135deg, #cc7ccf, #CF7C9B);