#c965df
a balanced, vivid violet · warm · closest name: orchid
RGB
201, 101, 223
HSL
289°, 66%, 64%
CMYK
10, 55, 0, 13
Luminance
0.2705
Every format
| HEX | #c965df |
| RGB | rgb(201, 101, 223) |
| HSL | hsl(289, 66%, 64%) |
| CMYK | cmyk(10%, 55%, 0%, 13%) |
| LAB | lab(59.0 57.6 -45.5) |
| LCH | lch(59.0 73.5 321.7) |
| OKLCH | oklch(0.671 0.197 320.1) |
Copy-ready code
/* CSS */
color: #c965df;
background-color: #c965df;
/* Tailwind (arbitrary) */
class="text-[#c965df] bg-[#c965df]"
/* SCSS */
$brand: #c965df;
/* SwiftUI */
Color(red: 0.788, green: 0.396, blue: 0.875)
/* Android */
Color.parseColor("#c965df")Accessibility — WCAG contrast
Aa
#c965df on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c965df on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green39.6%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta54.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c965df text on a black background
contrast 6.41:1
Card sample
#c965df text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c965df;
Background color
Panel with #c965df background
background-color: #c965df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c965df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 101, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 101, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c965df; background: linear-gradient(135deg, #c965df, #DF65A4);