#c972be
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
201, 114, 190
HSL
308°, 45%, 62%
CMYK
0, 43, 6, 21
Luminance
0.2817
Every format
| HEX | #c972be |
| RGB | rgb(201, 114, 190) |
| HSL | hsl(308, 45%, 62%) |
| CMYK | cmyk(0%, 43%, 6%, 21%) |
| LAB | lab(60.0 45.0 -25.3) |
| LCH | lch(60.0 51.6 330.7) |
| OKLCH | oklch(0.674 0.145 331.8) |
Copy-ready code
/* CSS */
color: #c972be;
background-color: #c972be;
/* Tailwind (arbitrary) */
class="text-[#c972be] bg-[#c972be]"
/* SCSS */
$brand: #c972be;
/* SwiftUI */
Color(red: 0.788, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#c972be")Accessibility — WCAG contrast
Aa
#c972be on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c972be on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green44.7%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta43.3%
Yellow5.5%
Key (black)21.2%
Color previews
#c972be text on a black background
contrast 6.63:1
Card sample
#c972be text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c972be;
Background color
Panel with #c972be background
background-color: #c972be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c972be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c972be; background: linear-gradient(135deg, #c972be, #C97284);