#c960df
a balanced, vivid violet · warm · closest name: orchid
RGB
201, 96, 223
HSL
290°, 67%, 63%
CMYK
10, 57, 0, 13
Luminance
0.2611
Every format
| HEX | #c960df |
| RGB | rgb(201, 96, 223) |
| HSL | hsl(290, 67%, 63%) |
| CMYK | cmyk(10%, 57%, 0%, 13%) |
| LAB | lab(58.1 60.0 -46.9) |
| LCH | lch(58.1 76.2 322.0) |
| OKLCH | oklch(0.665 0.205 320.4) |
Copy-ready code
/* CSS */
color: #c960df;
background-color: #c960df;
/* Tailwind (arbitrary) */
class="text-[#c960df] bg-[#c960df]"
/* SCSS */
$brand: #c960df;
/* SwiftUI */
Color(red: 0.788, green: 0.376, blue: 0.875)
/* Android */
Color.parseColor("#c960df")Accessibility — WCAG contrast
Aa
#c960df on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c960df on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green37.6%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta57.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c960df text on a black background
contrast 6.22:1
Card sample
#c960df text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c960df;
Background color
Panel with #c960df background
background-color: #c960df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c960df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 96, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 96, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c960df; background: linear-gradient(135deg, #c960df, #DF60A0);