#c97ccf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
201, 124, 207
HSL
296°, 46%, 65%
CMYK
3, 40, 0, 19
Luminance
0.3134
Every format
| HEX | #c97ccf |
| RGB | rgb(201, 124, 207) |
| HSL | hsl(296, 46%, 65%) |
| CMYK | cmyk(3%, 40%, 0%, 19%) |
| LAB | lab(62.8 42.9 -30.6) |
| LCH | lch(62.8 52.7 324.4) |
| OKLCH | oklch(0.697 0.144 324.4) |
Copy-ready code
/* CSS */
color: #c97ccf;
background-color: #c97ccf;
/* Tailwind (arbitrary) */
class="text-[#c97ccf] bg-[#c97ccf]"
/* SCSS */
$brand: #c97ccf;
/* SwiftUI */
Color(red: 0.788, green: 0.486, blue: 0.812)
/* Android */
Color.parseColor("#c97ccf")Accessibility — WCAG contrast
Aa
#c97ccf on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c97ccf on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green48.6%
Blue81.2%
CMYK percentages
Cyan2.9%
Magenta40.1%
Yellow0.0%
Key (black)18.8%
Color previews
#c97ccf text on a black background
contrast 7.27:1
Card sample
#c97ccf text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c97ccf;
Background color
Panel with #c97ccf background
background-color: #c97ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c97ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 124, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 124, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c97ccf; background: linear-gradient(135deg, #c97ccf, #CF7C9E);