#c065da
a balanced, vivid violet · warm · closest name: orchid
RGB
192, 101, 218
HSL
287°, 61%, 63%
CMYK
12, 54, 0, 15
Luminance
0.2558
Every format
| HEX | #c065da |
| RGB | rgb(192, 101, 218) |
| HSL | hsl(287, 61%, 63%) |
| CMYK | cmyk(12%, 54%, 0%, 15%) |
| LAB | lab(57.6 54.3 -45.0) |
| LCH | lch(57.6 70.5 320.4) |
| OKLCH | oklch(0.658 0.188 318.3) |
Copy-ready code
/* CSS */
color: #c065da;
background-color: #c065da;
/* Tailwind (arbitrary) */
class="text-[#c065da] bg-[#c065da]"
/* SCSS */
$brand: #c065da;
/* SwiftUI */
Color(red: 0.753, green: 0.396, blue: 0.855)
/* Android */
Color.parseColor("#c065da")Accessibility — WCAG contrast
Aa
#c065da on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c065da on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green39.6%
Blue85.5%
CMYK percentages
Cyan11.9%
Magenta53.7%
Yellow0.0%
Key (black)14.5%
Color previews
#c065da text on a black background
contrast 6.12:1
Card sample
#c065da text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c065da;
Background color
Panel with #c065da background
background-color: #c065da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c065da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 101, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 101, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c065da; background: linear-gradient(135deg, #c065da, #DA65A6);