#c950cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
201, 80, 207
HSL
297°, 57%, 56%
CMYK
3, 61, 0, 19
Luminance
0.2266
Every format
| HEX | #c950cf |
| RGB | rgb(201, 80, 207) |
| HSL | hsl(297, 57%, 56%) |
| CMYK | cmyk(3%, 61%, 0%, 19%) |
| LAB | lab(54.7 64.2 -43.3) |
| LCH | lch(54.7 77.4 326.0) |
| OKLCH | oklch(0.637 0.213 325.8) |
Copy-ready code
/* CSS */
color: #c950cf;
background-color: #c950cf;
/* Tailwind (arbitrary) */
class="text-[#c950cf] bg-[#c950cf]"
/* SCSS */
$brand: #c950cf;
/* SwiftUI */
Color(red: 0.788, green: 0.314, blue: 0.812)
/* Android */
Color.parseColor("#c950cf")Accessibility — WCAG contrast
Aa
#c950cf on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c950cf on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green31.4%
Blue81.2%
CMYK percentages
Cyan2.9%
Magenta61.4%
Yellow0.0%
Key (black)18.8%
Color previews
#c950cf text on a black background
contrast 5.53:1
Card sample
#c950cf text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c950cf;
Background color
Panel with #c950cf background
background-color: #c950cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c950cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 80, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 80, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c950cf; background: linear-gradient(135deg, #c950cf, #CF5080);