#c970c0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
201, 112, 192
HSL
306°, 45%, 61%
CMYK
0, 44, 5, 21
Luminance
0.2781
Every format
| HEX | #c970c0 |
| RGB | rgb(201, 112, 192) |
| HSL | hsl(306, 45%, 61%) |
| CMYK | cmyk(0%, 44%, 5%, 21%) |
| LAB | lab(59.7 46.4 -26.9) |
| LCH | lch(59.7 53.7 329.9) |
| OKLCH | oklch(0.672 0.150 330.9) |
Copy-ready code
/* CSS */
color: #c970c0;
background-color: #c970c0;
/* Tailwind (arbitrary) */
class="text-[#c970c0] bg-[#c970c0]"
/* SCSS */
$brand: #c970c0;
/* SwiftUI */
Color(red: 0.788, green: 0.439, blue: 0.753)
/* Android */
Color.parseColor("#c970c0")Accessibility — WCAG contrast
Aa
#c970c0 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c970c0 on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green43.9%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow4.5%
Key (black)21.2%
Color previews
#c970c0 text on a black background
contrast 6.56:1
Card sample
#c970c0 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c970c0;
Background color
Panel with #c970c0 background
background-color: #c970c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c970c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 112, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 112, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c970c0; background: linear-gradient(135deg, #c970c0, #C97085);