#c065df
a balanced, vivid violet · warm · closest name: orchid
RGB
192, 101, 223
HSL
285°, 66%, 64%
CMYK
14, 55, 0, 13
Luminance
0.2584
Every format
| HEX | #c065df |
| RGB | rgb(192, 101, 223) |
| HSL | hsl(285, 66%, 64%) |
| CMYK | cmyk(14%, 55%, 0%, 13%) |
| LAB | lab(57.9 55.3 -47.4) |
| LCH | lch(57.9 72.8 319.4) |
| OKLCH | oklch(0.660 0.193 316.8) |
Copy-ready code
/* CSS */
color: #c065df;
background-color: #c065df;
/* Tailwind (arbitrary) */
class="text-[#c065df] bg-[#c065df]"
/* SCSS */
$brand: #c065df;
/* SwiftUI */
Color(red: 0.753, green: 0.396, blue: 0.875)
/* Android */
Color.parseColor("#c065df")Accessibility — WCAG contrast
Aa
#c065df on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c065df on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green39.6%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta54.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c065df text on a black background
contrast 6.17:1
Card sample
#c065df text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c065df;
Background color
Panel with #c065df background
background-color: #c065df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c065df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 101, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 101, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c065df; background: linear-gradient(135deg, #c065df, #DF65AD);