#c960cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
201, 96, 207
HSL
297°, 54%, 59%
CMYK
3, 54, 0, 19
Luminance
0.2529
Every format
| HEX | #c960cf |
| RGB | rgb(201, 96, 207) |
| HSL | hsl(297, 54%, 59%) |
| CMYK | cmyk(3%, 54%, 0%, 19%) |
| LAB | lab(57.4 57.0 -39.1) |
| LCH | lch(57.4 69.2 325.5) |
| OKLCH | oklch(0.656 0.190 325.4) |
Copy-ready code
/* CSS */
color: #c960cf;
background-color: #c960cf;
/* Tailwind (arbitrary) */
class="text-[#c960cf] bg-[#c960cf]"
/* SCSS */
$brand: #c960cf;
/* SwiftUI */
Color(red: 0.788, green: 0.376, blue: 0.812)
/* Android */
Color.parseColor("#c960cf")Accessibility — WCAG contrast
Aa
#c960cf on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c960cf on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green37.6%
Blue81.2%
CMYK percentages
Cyan2.9%
Magenta53.6%
Yellow0.0%
Key (black)18.8%
Color previews
#c960cf text on a black background
contrast 6.06:1
Card sample
#c960cf text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c960cf;
Background color
Panel with #c960cf background
background-color: #c960cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c960cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 96, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 96, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c960cf; background: linear-gradient(135deg, #c960cf, #CF608B);