#c950b1
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
201, 80, 177
HSL
312°, 53%, 55%
CMYK
0, 60, 12, 21
Luminance
0.2133
Every format
| HEX | #c950b1 |
| RGB | rgb(201, 80, 177) |
| HSL | hsl(312, 53%, 55%) |
| CMYK | cmyk(0%, 60%, 12%, 21%) |
| LAB | lab(53.3 59.3 -28.2) |
| LCH | lch(53.3 65.6 334.5) |
| OKLCH | oklch(0.622 0.189 336.1) |
Copy-ready code
/* CSS */
color: #c950b1;
background-color: #c950b1;
/* Tailwind (arbitrary) */
class="text-[#c950b1] bg-[#c950b1]"
/* SCSS */
$brand: #c950b1;
/* SwiftUI */
Color(red: 0.788, green: 0.314, blue: 0.694)
/* Android */
Color.parseColor("#c950b1")Accessibility — WCAG contrast
Aa
#c950b1 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c950b1 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green31.4%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta60.2%
Yellow11.9%
Key (black)21.2%
Color previews
#c950b1 text on a black background
contrast 5.27:1
Card sample
#c950b1 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c950b1;
Background color
Panel with #c950b1 background
background-color: #c950b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c950b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 80, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 80, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c950b1; background: linear-gradient(135deg, #c950b1, #C95060);