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