#c570b6
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
197, 112, 182
HSL
311°, 42%, 61%
CMYK
0, 43, 8, 23
Luminance
0.2684
Every format
| HEX | #c570b6 |
| RGB | rgb(197, 112, 182) |
| HSL | hsl(311, 42%, 61%) |
| CMYK | cmyk(0%, 43%, 8%, 23%) |
| LAB | lab(58.8 43.4 -22.6) |
| LCH | lch(58.8 49.0 332.5) |
| OKLCH | oklch(0.663 0.139 333.8) |
Copy-ready code
/* CSS */
color: #c570b6;
background-color: #c570b6;
/* Tailwind (arbitrary) */
class="text-[#c570b6] bg-[#c570b6]"
/* SCSS */
$brand: #c570b6;
/* SwiftUI */
Color(red: 0.773, green: 0.439, blue: 0.714)
/* Android */
Color.parseColor("#c570b6")Accessibility — WCAG contrast
Aa
#c570b6 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c570b6 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green43.9%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta43.1%
Yellow7.6%
Key (black)22.7%
Color previews
#c570b6 text on a black background
contrast 6.37:1
Card sample
#c570b6 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c570b6;
Background color
Panel with #c570b6 background
background-color: #c570b6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c570b6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 112, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 112, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c570b6; background: linear-gradient(135deg, #c570b6, #C5707D);