#c962df
a balanced, vivid violet · warm · closest name: orchid
RGB
201, 98, 223
HSL
289°, 66%, 63%
CMYK
10, 56, 0, 13
Luminance
0.2648
Every format
| HEX | #c962df |
| RGB | rgb(201, 98, 223) |
| HSL | hsl(289, 66%, 63%) |
| CMYK | cmyk(10%, 56%, 0%, 13%) |
| LAB | lab(58.5 59.1 -46.4) |
| LCH | lch(58.5 75.1 321.9) |
| OKLCH | oklch(0.667 0.202 320.3) |
Copy-ready code
/* CSS */
color: #c962df;
background-color: #c962df;
/* Tailwind (arbitrary) */
class="text-[#c962df] bg-[#c962df]"
/* SCSS */
$brand: #c962df;
/* SwiftUI */
Color(red: 0.788, green: 0.384, blue: 0.875)
/* Android */
Color.parseColor("#c962df")Accessibility — WCAG contrast
Aa
#c962df on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c962df on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green38.4%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta56.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c962df text on a black background
contrast 6.30:1
Card sample
#c962df text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c962df;
Background color
Panel with #c962df background
background-color: #c962df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c962df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 98, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 98, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c962df; background: linear-gradient(135deg, #c962df, #DF62A2);