#c766df
a balanced, vivid violet · warm · closest name: orchid
RGB
199, 102, 223
HSL
288°, 65%, 64%
CMYK
11, 54, 0, 13
Luminance
0.2697
Every format
| HEX | #c766df |
| RGB | rgb(199, 102, 223) |
| HSL | hsl(288, 65%, 64%) |
| CMYK | cmyk(11%, 54%, 0%, 13%) |
| LAB | lab(59.0 56.6 -45.7) |
| LCH | lch(59.0 72.8 321.1) |
| OKLCH | oklch(0.670 0.195 319.3) |
Copy-ready code
/* CSS */
color: #c766df;
background-color: #c766df;
/* Tailwind (arbitrary) */
class="text-[#c766df] bg-[#c766df]"
/* SCSS */
$brand: #c766df;
/* SwiftUI */
Color(red: 0.780, green: 0.400, blue: 0.875)
/* Android */
Color.parseColor("#c766df")Accessibility — WCAG contrast
Aa
#c766df on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c766df on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green40.0%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta54.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c766df text on a black background
contrast 6.39:1
Card sample
#c766df text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c766df;
Background color
Panel with #c766df background
background-color: #c766df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c766df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 102, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 102, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c766df; background: linear-gradient(135deg, #c766df, #DF66A6);