#c968df
a balanced, vivid violet · warm · closest name: orchid
RGB
201, 104, 223
HSL
289°, 65%, 64%
CMYK
10, 53, 0, 13
Luminance
0.2765
Every format
| HEX | #c968df |
| RGB | rgb(201, 104, 223) |
| HSL | hsl(289, 65%, 64%) |
| CMYK | cmyk(10%, 53%, 0%, 13%) |
| LAB | lab(59.6 56.2 -44.7) |
| LCH | lch(59.6 71.8 321.5) |
| OKLCH | oklch(0.675 0.193 319.9) |
Copy-ready code
/* CSS */
color: #c968df;
background-color: #c968df;
/* Tailwind (arbitrary) */
class="text-[#c968df] bg-[#c968df]"
/* SCSS */
$brand: #c968df;
/* SwiftUI */
Color(red: 0.788, green: 0.408, blue: 0.875)
/* Android */
Color.parseColor("#c968df")Accessibility — WCAG contrast
Aa
#c968df on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c968df on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green40.8%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta53.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c968df text on a black background
contrast 6.53:1
Card sample
#c968df text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c968df;
Background color
Panel with #c968df background
background-color: #c968df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c968df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 104, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 104, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c968df; background: linear-gradient(135deg, #c968df, #DF68A6);