#c565b2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
197, 101, 178
HSL
312°, 45%, 58%
CMYK
0, 49, 10, 23
Luminance
0.2439
Every format
| HEX | #c565b2 |
| RGB | rgb(197, 101, 178) |
| HSL | hsl(312, 45%, 58%) |
| CMYK | cmyk(0%, 49%, 10%, 23%) |
| LAB | lab(56.5 48.4 -23.9) |
| LCH | lch(56.5 54.0 333.7) |
| OKLCH | oklch(0.644 0.154 335.2) |
Copy-ready code
/* CSS */
color: #c565b2;
background-color: #c565b2;
/* Tailwind (arbitrary) */
class="text-[#c565b2] bg-[#c565b2]"
/* SCSS */
$brand: #c565b2;
/* SwiftUI */
Color(red: 0.773, green: 0.396, blue: 0.698)
/* Android */
Color.parseColor("#c565b2")Accessibility — WCAG contrast
Aa
#c565b2 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c565b2 on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green39.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta48.7%
Yellow9.6%
Key (black)22.7%
Color previews
#c565b2 text on a black background
contrast 5.88:1
Card sample
#c565b2 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c565b2;
Background color
Panel with #c565b2 background
background-color: #c565b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c565b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 101, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 101, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c565b2; background: linear-gradient(135deg, #c565b2, #C56572);