#c061a0
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
192, 97, 160
HSL
320°, 43%, 57%
CMYK
0, 50, 17, 25
Luminance
0.2229
Every format
| HEX | #c061a0 |
| RGB | rgb(192, 97, 160) |
| HSL | hsl(320, 43%, 57%) |
| CMYK | cmyk(0%, 50%, 17%, 25%) |
| LAB | lab(54.3 45.9 -16.8) |
| LCH | lch(54.3 48.9 339.9) |
| OKLCH | oklch(0.625 0.143 341.7) |
Copy-ready code
/* CSS */
color: #c061a0;
background-color: #c061a0;
/* Tailwind (arbitrary) */
class="text-[#c061a0] bg-[#c061a0]"
/* SCSS */
$brand: #c061a0;
/* SwiftUI */
Color(red: 0.753, green: 0.380, blue: 0.627)
/* Android */
Color.parseColor("#c061a0")Accessibility — WCAG contrast
Aa
#c061a0 on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c061a0 on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green38.0%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta49.5%
Yellow16.7%
Key (black)24.7%
Color previews
#c061a0 text on a black background
contrast 5.46:1
Card sample
#c061a0 text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c061a0;
Background color
Panel with #c061a0 background
background-color: #c061a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c061a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 97, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 97, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c061a0; background: linear-gradient(135deg, #c061a0, #C06161);