#c565df
a balanced, vivid violet · warm · closest name: orchid
RGB
197, 101, 223
HSL
287°, 66%, 64%
CMYK
12, 55, 0, 13
Luminance
0.2651
Every format
| HEX | #c565df |
| RGB | rgb(197, 101, 223) |
| HSL | hsl(287, 66%, 64%) |
| CMYK | cmyk(12%, 55%, 0%, 13%) |
| LAB | lab(58.5 56.6 -46.4) |
| LCH | lch(58.5 73.2 320.7) |
| OKLCH | oklch(0.666 0.195 318.7) |
Copy-ready code
/* CSS */
color: #c565df;
background-color: #c565df;
/* Tailwind (arbitrary) */
class="text-[#c565df] bg-[#c565df]"
/* SCSS */
$brand: #c565df;
/* SwiftUI */
Color(red: 0.773, green: 0.396, blue: 0.875)
/* Android */
Color.parseColor("#c565df")Accessibility — WCAG contrast
Aa
#c565df on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c565df on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green39.6%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta54.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c565df text on a black background
contrast 6.30:1
Card sample
#c565df text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c565df;
Background color
Panel with #c565df background
background-color: #c565df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c565df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 101, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 101, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c565df; background: linear-gradient(135deg, #c565df, #DF65A8);