#c565cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
197, 101, 207
HSL
294°, 53%, 60%
CMYK
5, 51, 0, 19
Luminance
0.2568
Every format
| HEX | #c565cf |
| RGB | rgb(197, 101, 207) |
| HSL | hsl(294, 53%, 60%) |
| CMYK | cmyk(5%, 51%, 0%, 19%) |
| LAB | lab(57.7 53.5 -38.6) |
| LCH | lch(57.7 66.0 324.2) |
| OKLCH | oklch(0.658 0.180 323.7) |
Copy-ready code
/* CSS */
color: #c565cf;
background-color: #c565cf;
/* Tailwind (arbitrary) */
class="text-[#c565cf] bg-[#c565cf]"
/* SCSS */
$brand: #c565cf;
/* SwiftUI */
Color(red: 0.773, green: 0.396, blue: 0.812)
/* Android */
Color.parseColor("#c565cf")Accessibility — WCAG contrast
Aa
#c565cf on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c565cf on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green39.6%
Blue81.2%
CMYK percentages
Cyan4.8%
Magenta51.2%
Yellow0.0%
Key (black)18.8%
Color previews
#c565cf text on a black background
contrast 6.14:1
Card sample
#c565cf text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c565cf;
Background color
Panel with #c565cf background
background-color: #c565cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c565cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 101, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 101, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c565cf; background: linear-gradient(135deg, #c565cf, #CF6592);