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