#c776df
a light, vivid violet · warm · closest name: orchid
RGB
199, 118, 223
HSL
286°, 62%, 67%
CMYK
11, 47, 0, 13
Luminance
0.3043
Every format
| HEX | #c776df |
| RGB | rgb(199, 118, 223) |
| HSL | hsl(286, 62%, 67%) |
| CMYK | cmyk(11%, 47%, 0%, 13%) |
| LAB | lab(62.0 48.6 -40.8) |
| LCH | lch(62.0 63.5 319.9) |
| OKLCH | oklch(0.693 0.169 318.1) |
Copy-ready code
/* CSS */
color: #c776df;
background-color: #c776df;
/* Tailwind (arbitrary) */
class="text-[#c776df] bg-[#c776df]"
/* SCSS */
$brand: #c776df;
/* SwiftUI */
Color(red: 0.780, green: 0.463, blue: 0.875)
/* Android */
Color.parseColor("#c776df")Accessibility — WCAG contrast
Aa
#c776df on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c776df on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green46.3%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta47.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c776df text on a black background
contrast 7.09:1
Card sample
#c776df text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c776df;
Background color
Panel with #c776df background
background-color: #c776df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c776df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 118, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 118, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c776df; background: linear-gradient(135deg, #c776df, #DF76B1);